mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 18:21:10 +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…
Reference in a new issue