Give me a break

This commit is contained in:
fickleheart 2020-01-17 00:18:00 -06:00
parent 3f570ab888
commit ffbf72bdb6

View file

@ -726,6 +726,7 @@ static int mobj_set(lua_State *L)
break;
case mobj_shadowscale:
mo->shadowscale = luaL_checkfixed(L, 3);
break;
default:
lua_getfield(L, LUA_REGISTRYINDEX, LREG_EXTVARS);
I_Assert(lua_istable(L, -1));