M_SpecificMenuRestore: Only M_SetupRaceMenu in GT_RACE

This commit is contained in:
toaster 2023-01-31 12:54:34 +00:00
parent 0947ed5eec
commit 3ba8ccfbfb

View file

@ -371,7 +371,11 @@ menu_t *M_SpecificMenuRestore(menu_t *torestore)
cupheader_t *currentcup = levellist.levelsearch.cup;
M_SetupGametypeMenu(-1);
M_SetupRaceMenu(-1);
if (levellist.newgametype == GT_RACE)
{
M_SetupRaceMenu(-1);
}
if (!M_LevelListFromGametype(-1))
{