mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Move temp and temp2 off of mapclass
There's no reason these temporary variables need to exist on the class exist.
This commit is contained in:
@@ -86,8 +86,6 @@ public:
|
||||
std::vector <int> explored;
|
||||
std::vector <int> vmult;
|
||||
|
||||
int temp;
|
||||
int temp2;
|
||||
int background;
|
||||
int rcol;
|
||||
int tileset;
|
||||
|
||||
Reference in New Issue
Block a user