mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 11:21:01 +00:00
Always call GameQuit when quitting via the Quit menu option on the title screen.
This commit is contained in:
parent
59d2646593
commit
b389700de3
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…
Reference in a new issue