Remove script.dontrunnextframe kludge

Now that the game loop order is fixed, this kludge (on top of kludge) is
no longer needed, and can be safely removed.
This commit is contained in:
Misa
2020-11-07 16:49:32 -08:00
committed by Ethan Lee
parent c82c2afbbd
commit 585ae47d78
4 changed files with 2 additions and 20 deletions

View File

@@ -54,7 +54,7 @@ public:
int looppoint, loopcount;
int scriptdelay;
bool running, dontrunnextframe;
bool running;
//Textbox stuff
int textx;