mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Revert "Call LUAh_GameQuit in Command_ExitGame_f"
This reverts commit 2b16971137
.
This commit is contained in:
parent
7ec241c59e
commit
f97187f59b
1 changed files with 0 additions and 4 deletions
|
@ -4235,10 +4235,6 @@ 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