mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
There are only so many bits
This commit is contained in:
parent
31f3299bc2
commit
ecf9bdda4e
2 changed files with 2 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue