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 ded87cb54c
commit 7c8a447d8f

View file

@ -13372,7 +13372,6 @@ 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))
{ {