mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-07 03:41:25 +00:00
Fix the host menu re-folding on itself if you backed out of difficulty selection
This commit is contained in:
parent
cdb3b1ca98
commit
813b2da065
1 changed files with 3 additions and 0 deletions
|
|
@ -2427,6 +2427,9 @@ void M_SetupDifficultySelectMP(INT32 choice)
|
|||
PLAY_RaceDifficulty[6].status = IT_STRING|IT_CALL;
|
||||
|
||||
itemOn = 6; // Select cup select by default.
|
||||
|
||||
// okay this is REALLY stupid but this fixes the host menu re-folding on itself when we go back.
|
||||
mpmenu.modewinextend[0][0] = 1;
|
||||
}
|
||||
|
||||
// LEVEL SELECT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue