mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
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:
@@ -57,8 +57,6 @@ public:
|
||||
|
||||
int scriptdelay;
|
||||
bool running, dontrunnextframe;
|
||||
std::string tempword;
|
||||
std::string currentletter;
|
||||
|
||||
//Textbox stuff
|
||||
int textx;
|
||||
|
||||
Reference in New Issue
Block a user