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:
Misa
2020-07-02 19:20:22 -07:00
committed by Ethan Lee
parent 0664eac7fc
commit 524a535c62
2 changed files with 4 additions and 6 deletions

View File

@@ -86,8 +86,6 @@ public:
std::vector <int> explored;
std::vector <int> vmult;
int temp;
int temp2;
int background;
int rcol;
int tileset;