mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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;
|
cupheader_t *currentcup = levellist.levelsearch.cup;
|
||||||
|
|
||||||
M_SetupGametypeMenu(-1);
|
M_SetupGametypeMenu(-1);
|
||||||
M_SetupRaceMenu(-1);
|
|
||||||
|
if (levellist.newgametype == GT_RACE)
|
||||||
|
{
|
||||||
|
M_SetupRaceMenu(-1);
|
||||||
|
}
|
||||||
|
|
||||||
if (!M_LevelListFromGametype(-1))
|
if (!M_LevelListFromGametype(-1))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue