mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
no idea why this was stashed while the last commit before this one was made..
This commit is contained in:
parent
13c748531f
commit
f5fa67b7ad
2 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ extern INT16 sstage_end;
|
|||
|
||||
extern INT16 titlemap;
|
||||
extern boolean hidetitlepics;
|
||||
extern INT16 bootmap; //bootmap for loading a map on startup
|
||||
|
||||
extern boolean looptitle;
|
||||
extern boolean useNightsSS;
|
||||
|
|
|
|||
|
|
@ -122,6 +122,7 @@ INT16 sstage_end;
|
|||
|
||||
INT16 titlemap = 0;
|
||||
boolean hidetitlepics = false;
|
||||
INT16 bootmap; //bootmap for loading a map on startup
|
||||
|
||||
boolean looptitle = false;
|
||||
boolean useNightsSS = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue