From abbdd18db7aca9ce5bbdfcfee11cec91a4217c7c Mon Sep 17 00:00:00 2001 From: Sky Dusk <47698279+Ace-Lite@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:10:31 +0100 Subject: [PATCH] Removal of NOHUD and INLEVEL macros, function should be harmless in both cases --- src/lua_baselib.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lua_baselib.c b/src/lua_baselib.c index ab12a301f9..6adf5b1599 100644 --- a/src/lua_baselib.c +++ b/src/lua_baselib.c @@ -4199,9 +4199,6 @@ static int lib_gSetCustomExitVars(lua_State *L) // Gets nextmapoverride, skipstats and nextgametype for any other use static int lib_gGetCustomExitVars(lua_State* L) { - NOHUD - INLEVEL - lua_pushinteger(L, nextmapoverride); lua_pushinteger(L, skipstats); lua_pushinteger(L, nextgametype); -- GitLab