- All Games: Move gameclock and lastTic to gamecontrol.

This commit is contained in:
Mitchell Richters 2020-08-26 09:41:23 +10:00
parent 76776d24d7
commit e0aaaf1f60
11 changed files with 9 additions and 16 deletions

View file

@ -100,6 +100,8 @@ auto vsnprintfptr = vsnprintf; // This is an inline in Visual Studio but we need
static int lastototalclk;
static uint64_t elapsedTime;
static uint64_t lastTime;
int gameclock;
int lastTic;
bool sendPause;
int automapMode;