mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- All Games: Move gameclock
and lastTic
to gamecontrol.
This commit is contained in:
parent
76776d24d7
commit
e0aaaf1f60
11 changed files with 9 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue