Fix a few things
This commit is contained in:
parent
1f0d3587f6
commit
19d3c1cbe5
5 changed files with 37 additions and 37 deletions
5
game.h
5
game.h
|
@ -824,6 +824,8 @@ void LCR_gameInit(int argc, const char **argv)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
LCR_gameLoadMainMenuItems();
|
||||
|
||||
if (quickLoad == 1)
|
||||
{
|
||||
|
@ -838,10 +840,7 @@ void LCR_gameInit(int argc, const char **argv)
|
|||
LCR_game.menu.selectedTab = quickLoad;
|
||||
}
|
||||
else
|
||||
{
|
||||
LCR_gameLoadMainMenuItems();
|
||||
LCR_gameSetState(LCR_GAME_STATE_MENU);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue