Call LUAh_GameQuit in Command_ExitGame_f

This commit is contained in:
Zachary McAlpin 2020-03-12 20:15:21 -05:00
parent c315b19083
commit 57dc2df60a

View file

@ -4235,6 +4235,10 @@ void Command_ExitGame_f(void)
{
INT32 i;
#ifdef HAVE_BLUA
LUAh_GameQuit();
#endif
D_QuitNetGame();
CL_Reset();
CV_ClearChangedFlags();