mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-25 05:01:44 +00:00
There are only so many bits
This commit is contained in:
parent
da4e759a73
commit
6660d63028
2 changed files with 2 additions and 2 deletions
|
@ -382,7 +382,7 @@ char timedemo_csv_id[256];
|
||||||
boolean timedemo_quit;
|
boolean timedemo_quit;
|
||||||
|
|
||||||
INT16 gametype = GT_COOP;
|
INT16 gametype = GT_COOP;
|
||||||
INT16 gametyperules = 0;
|
UINT32 gametyperules = 0;
|
||||||
boolean splitscreen = false;
|
boolean splitscreen = false;
|
||||||
boolean circuitmap = false;
|
boolean circuitmap = false;
|
||||||
INT32 adminplayers[MAXPLAYERS];
|
INT32 adminplayers[MAXPLAYERS];
|
||||||
|
|
|
@ -84,7 +84,7 @@ extern boolean addedtogame; // true after the server has added you
|
||||||
extern boolean multiplayer;
|
extern boolean multiplayer;
|
||||||
|
|
||||||
extern INT16 gametype;
|
extern INT16 gametype;
|
||||||
extern INT16 gametyperules;
|
extern UINT32 gametyperules;
|
||||||
extern boolean splitscreen;
|
extern boolean splitscreen;
|
||||||
extern boolean circuitmap; // Does this level have 'circuit mode'?
|
extern boolean circuitmap; // Does this level have 'circuit mode'?
|
||||||
extern boolean fromlevelselect;
|
extern boolean fromlevelselect;
|
||||||
|
|
Loading…
Reference in a new issue