Move temp variable off of editorclass

Again, basically no reason for it to exist on the class itself.

The usage of the variable was replaced with temp2 instead of temp
because there was already a temp variable in the function it was used
in.
This commit is contained in:
Misa
2020-07-02 19:28:35 -07:00
committed by Ethan Lee
parent 524a535c62
commit 6b23244366
2 changed files with 4 additions and 5 deletions

View File

@@ -196,7 +196,6 @@ class editorclass{
edlevelclass level[400]; //Maxwidth*maxheight
int kludgewarpdir[400]; //Also maxwidth*maxheight
int temp;
int notedelay;
int oldnotedelay;
std::string note;