mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Call LUAh_GameQuit in Command_ExitGame_f
This commit is contained in:
parent
c315b19083
commit
57dc2df60a
1 changed files with 4 additions and 0 deletions
|
|
@ -4235,6 +4235,10 @@ void Command_ExitGame_f(void)
|
||||||
{
|
{
|
||||||
INT32 i;
|
INT32 i;
|
||||||
|
|
||||||
|
#ifdef HAVE_BLUA
|
||||||
|
LUAh_GameQuit();
|
||||||
|
#endif
|
||||||
|
|
||||||
D_QuitNetGame();
|
D_QuitNetGame();
|
||||||
CL_Reset();
|
CL_Reset();
|
||||||
CV_ClearChangedFlags();
|
CV_ClearChangedFlags();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue