allow use of P_IsFlagAtBase in HUD code, since it doesn't actually modify anything

This commit is contained in:
Monster Iestyn 2023-08-01 12:45:58 +01:00
parent 1ddc04abc6
commit 70928120c2

View file

@ -2456,7 +2456,7 @@ static int lib_pFadeLight(lua_State *L)
static int lib_pIsFlagAtBase(lua_State *L)
{
mobjtype_t flag = luaL_checkinteger(L, 1);
NOHUD
//HUDSAFE
INLEVEL
if (flag >= NUMMOBJTYPES)
return luaL_error(L, "mobj type %d out of range (0 - %d)", flag, NUMMOBJTYPES-1);