Always call GameQuit when quitting via the Quit menu option on the title screen.

This commit is contained in:
GoldenTails 2020-11-29 08:32:04 -06:00
parent 59d2646593
commit b389700de3

View file

@ -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();