mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-16 19:52:27 +00:00
Always call GameQuit when quitting via the Quit menu option on the title screen.
This commit is contained in:
parent
ded87cb54c
commit
7c8a447d8f
1 changed files with 1 additions and 2 deletions
|
|
@ -13372,8 +13372,7 @@ void M_QuitResponse(INT32 ch)
|
|||
|
||||
if (ch != 'y' && ch != KEY_ENTER)
|
||||
return;
|
||||
if (Playing())
|
||||
LUAh_GameQuit(true);
|
||||
LUAh_GameQuit(true);
|
||||
if (!(netgame || cv_debug))
|
||||
{
|
||||
S_ResetCaptions();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue