Remove unused variable mapclass::towercol

This variable is written to, but is never actually read. Writing to a
variable doesn't really do anything unless you read from it somewhere
else.
This commit is contained in:
Misa
2020-11-02 12:14:56 -08:00
committed by Ethan Lee
parent f847ec7c59
commit 9a9f3f57d5
2 changed files with 0 additions and 5 deletions

View File

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