There are only so many bits

This commit is contained in:
Jaime Passos 2019-12-18 12:14:18 -03:00
parent da4e759a73
commit 6660d63028
2 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ char timedemo_csv_id[256];
boolean timedemo_quit;
INT16 gametype = GT_COOP;
INT16 gametyperules = 0;
UINT32 gametyperules = 0;
boolean splitscreen = false;
boolean circuitmap = false;
INT32 adminplayers[MAXPLAYERS];

View File

@ -84,7 +84,7 @@ extern boolean addedtogame; // true after the server has added you
extern boolean multiplayer;
extern INT16 gametype;
extern INT16 gametyperules;
extern UINT32 gametyperules;
extern boolean splitscreen;
extern boolean circuitmap; // Does this level have 'circuit mode'?
extern boolean fromlevelselect;