mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-22 20:21:20 +00:00
- Default initialise g_nextskill
to -1
so maps loaded directly from the command line load with the game's default skill.
This commit is contained in:
parent
a93342df85
commit
d59208ce74
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ cycle_t thinktime, actortime, gameupdatetime, drawtime;
|
||||||
gameaction_t gameaction = ga_nothing;
|
gameaction_t gameaction = ga_nothing;
|
||||||
// gameaction state
|
// gameaction state
|
||||||
MapRecord* g_nextmap;
|
MapRecord* g_nextmap;
|
||||||
int g_nextskill;
|
int g_nextskill = -1;
|
||||||
int g_bossexit;
|
int g_bossexit;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue