Remove remnants of screen recording stuff

Most of the code was already commented out, and those comments were
removed in earlier commits, but this removes all recording variables
from Game and simplifies the game-gamestate handling in main.cpp a
little bit.
This commit is contained in:
Misa
2020-04-02 19:26:16 -07:00
committed by Ethan Lee
parent fd21fbb341
commit 134510d26a
3 changed files with 20 additions and 59 deletions

View File

@@ -148,11 +148,6 @@ void Game::init(void)
press_left = 0;
recording = 0;
recordinit = false;
playbackfinished = false;
recordstring = "";
advancetext = false;
pausescript = false;
completestop = false;