mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_SetupGametypeMenu: Fix skipping to the Race select setup menu if Capsules and Special aren't unlocked
This commit is contained in:
parent
26ceb13672
commit
7684cc1cf3
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ void M_SetupGametypeMenu(INT32 choice)
|
|||
if (!anyunlocked)
|
||||
{
|
||||
// Only one non-Back entry, let's skip straight to Race.
|
||||
M_SetupRaceMenu(-1);
|
||||
M_SetupRaceMenu(0);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue