- this should be all we need from GZDoom to hook up the main loop.

This commit is contained in:
Christoph Oelckers 2020-08-30 09:32:34 +02:00
parent 1e0b8038e5
commit 367b4ce051
11 changed files with 182 additions and 123 deletions

View file

@ -72,6 +72,9 @@ extern int ticdup;
extern bool nodeingame[MAXNETNODES]; // set false as nodes leave game
extern bool hadlate;
extern uint64_t lastglobalrecvtime; // Identify the last time a packet was received.
extern bool playeringame[MAXPLAYERS]; // as long as network isn't working - true for the first player, false for all others.
extern ticcmd_t playercmds[MAXPLAYERS];
extern short consistancy[MAXPLAYERS][BACKUPTICS];
#endif