M_SetupGametypeMenu: Fix a bug with RestoreMenu corrupting menu state.

This commit is contained in:
toaster 2023-03-02 21:04:23 +00:00
parent 92285b90fa
commit e07802d3bf

View file

@ -59,7 +59,7 @@ void M_SetupGametypeMenu(INT32 choice)
if (!anyunlocked)
{
// Only one non-Back entry, let's skip straight to Race.
M_SetupRaceMenu(0);
M_SetupRaceMenu(choice);
return;
}
}