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:
Misa
2021-09-06 18:28:28 -07:00
parent 8e61a04937
commit b3f437fe55
4 changed files with 11 additions and 14 deletions
+1 -2
View File
@@ -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