Fix a few things

This commit is contained in:
Miloslav Ciz 2025-02-01 14:10:22 +01:00
parent 1f0d3587f6
commit 19d3c1cbe5
5 changed files with 37 additions and 37 deletions

5
game.h
View file

@ -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);
}
}
/**