From 2959e3d29962de378177aba1c15bbadbe38634d3 Mon Sep 17 00:00:00 2001 From: Zachary McAlpin Date: Sun, 15 Mar 2020 10:33:24 -0500 Subject: [PATCH] Revert "Let's just call LUAh_GameQuit in I_Quit anyways" This reverts commit c76dfdf3c286efc45d2a3a5e8167ef9369982a98. --- src/sdl/i_system.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/sdl/i_system.c b/src/sdl/i_system.c index ed8a55039..a86af316e 100644 --- a/src/sdl/i_system.c +++ b/src/sdl/i_system.c @@ -190,8 +190,6 @@ static char returnWadPath[256]; #include "../byteptr.h" #endif -#include "../lua_hook.h" - /** \brief The JoyReset function \param JoySet Joystick info to reset @@ -2281,9 +2279,6 @@ void I_Quit(void) if (quiting) goto death; SDLforceUngrabMouse(); quiting = SDL_FALSE; -#ifdef HAVE_BLUA - LUAh_GameQuit(); -#endif M_SaveConfig(NULL); //save game config, cvars.. #ifndef NONET D_SaveBan(); // save the ban list