mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-07-29 10:23:23 +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:
@@ -220,6 +220,7 @@ public:
|
||||
|
||||
int savex, savey, saverx, savery;
|
||||
int savegc, savedir;
|
||||
int savecolour;
|
||||
|
||||
//Added for port
|
||||
int edsavex, edsavey, edsaverx, edsavery;
|
||||
@@ -481,8 +482,6 @@ public:
|
||||
bool disableaudiopause;
|
||||
bool disabletemporaryaudiopause;
|
||||
bool inputdelay;
|
||||
|
||||
int respawncolour;
|
||||
};
|
||||
|
||||
#ifndef GAME_DEFINITION
|
||||
|
||||
Reference in New Issue
Block a user