mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-11 13:21:56 +00:00
Call LUAh_GameQuit in Command_ExitGame_f
This commit is contained in:
parent
4d144f2e40
commit
2b16971137
1 changed files with 4 additions and 0 deletions
|
@ -4235,6 +4235,10 @@ void Command_ExitGame_f(void)
|
|||
{
|
||||
INT32 i;
|
||||
|
||||
#ifdef HAVE_BLUA
|
||||
LUAh_GameQuit();
|
||||
#endif
|
||||
|
||||
D_QuitNetGame();
|
||||
CL_Reset();
|
||||
CV_ClearChangedFlags();
|
||||
|
|
Loading…
Reference in a new issue