- 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:
Mitchell Richters 2023-01-05 20:57:14 +11:00
parent a93342df85
commit d59208ce74

View file

@ -136,7 +136,7 @@ cycle_t thinktime, actortime, gameupdatetime, drawtime;
gameaction_t gameaction = ga_nothing;
// gameaction state
MapRecord* g_nextmap;
int g_nextskill;
int g_nextskill = -1;
int g_bossexit;