mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'lemme-outa-room-menu' into 'master'
Don't get stuck in room menu in a modified game See merge request KartKrew/Kart-Public!145
This commit is contained in:
commit
269050ecc7
1 changed files with 4 additions and 0 deletions
|
|
@ -8432,7 +8432,11 @@ static void M_ConnectMenu(INT32 choice)
|
|||
// first page of servers
|
||||
serverlistpage = 0;
|
||||
if (ms_RoomId < 0)
|
||||
{
|
||||
M_RoomMenu(0); // Select a room instead of staring at an empty list
|
||||
// This prevents us from returning to the modified game alert.
|
||||
currentMenu->prevMenu = &MP_MainDef;
|
||||
}
|
||||
else
|
||||
M_SetupNextMenu(&MP_ConnectDef);
|
||||
itemOn = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue