mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Rename respawncolour to savecolour
Since it's a variable like saverx/savery/savex/savey, it should be renamed to savecolour and placed with all of them.
This commit is contained in:
@@ -833,7 +833,7 @@ void mapclass::resetplayer(const bool player_died)
|
||||
obj.entities[i].newyp = obj.entities[i].yp;
|
||||
|
||||
obj.entities[i].dir = game.savedir;
|
||||
obj.entities[i].colour = game.respawncolour;
|
||||
obj.entities[i].colour = game.savecolour;
|
||||
if (player_died)
|
||||
{
|
||||
game.lifeseq = 10;
|
||||
|
||||
Reference in New Issue
Block a user