mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Allow exiting pause menu by pressing start again
This commit is contained in:
parent
a1a38ba022
commit
92c81baf58
1 changed files with 2 additions and 1 deletions
|
|
@ -5278,9 +5278,10 @@ boolean M_PauseInputs(INT32 ch)
|
|||
return true;
|
||||
}
|
||||
|
||||
else if (M_MenuBackPressed(pid))
|
||||
else if (M_MenuBackPressed(pid) || M_MenuButtonPressed(pid, MBT_START))
|
||||
{
|
||||
M_QuitPauseMenu(-1);
|
||||
M_SetMenuDelay(pid);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue