mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_SetupGametypeMenu: Fix a bug with RestoreMenu corrupting menu state.
This commit is contained in:
parent
92285b90fa
commit
e07802d3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ void M_SetupGametypeMenu(INT32 choice)
|
||||||
if (!anyunlocked)
|
if (!anyunlocked)
|
||||||
{
|
{
|
||||||
// Only one non-Back entry, let's skip straight to Race.
|
// Only one non-Back entry, let's skip straight to Race.
|
||||||
M_SetupRaceMenu(0);
|
M_SetupRaceMenu(choice);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue