mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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)
|
if (ch != 'y' && ch != KEY_ENTER)
|
||||||
return;
|
return;
|
||||||
if (Playing())
|
LUAh_GameQuit(true);
|
||||||
LUAh_GameQuit(true);
|
|
||||||
if (!(netgame || cv_debug))
|
if (!(netgame || cv_debug))
|
||||||
{
|
{
|
||||||
S_ResetCaptions();
|
S_ResetCaptions();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue