mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_SpecificMenuRestore: Only M_SetupRaceMenu in GT_RACE
This commit is contained in:
parent
0947ed5eec
commit
3ba8ccfbfb
1 changed files with 5 additions and 1 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue