Move check/cmode temporary vars off of mapclass

Yet another set of temporary variables is on a global class when they
shouldn't be. These two are only used in tower background functions and
are never used anywhere else, so they're clearly temporaries.
This commit is contained in:
Misa
2020-11-02 16:27:03 -08:00
committed by Ethan Lee
parent 8d8a5d8f57
commit d9e3e523b7
2 changed files with 6 additions and 9 deletions

View File

@@ -111,7 +111,6 @@ public:
//This is the old colour cycle
int r, g,b;
int check, cmode;
int colstate, colstatedelay;
int colsuperstate;
int spikeleveltop, spikelevelbottom;