Move tempword and currentletter off of scriptclass

There's no reason for these temporary variables to be a permanent part
of the class itself.
This commit is contained in:
Misa
2020-07-02 16:03:40 -07:00
committed by Ethan Lee
parent f28fcd78e8
commit 56b2f43ff8
2 changed files with 2 additions and 3 deletions

View File

@@ -57,8 +57,6 @@ public:
int scriptdelay;
bool running, dontrunnextframe;
std::string tempword;
std::string currentletter;
//Textbox stuff
int textx;