mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-29 16:31:43 +00:00
- migrated Exhumed to a local ticker as well.
gameclock is history - all games now run on a timer that increments once per tick under their own control and not independently of the ticker routine.
This commit is contained in:
parent
a222a7d7c9
commit
b1a3080671
5 changed files with 26 additions and 19 deletions
|
@ -96,8 +96,6 @@ GameInterface* gi;
|
|||
int myconnectindex, numplayers;
|
||||
int connecthead, connectpoint2[MAXMULTIPLAYERS];
|
||||
auto vsnprintfptr = vsnprintf; // This is an inline in Visual Studio but we need an address for it to satisfy the MinGW compiled libraries.
|
||||
int gameclock;
|
||||
uint64_t gameclockstart;
|
||||
int lastTic;
|
||||
|
||||
int automapMode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue