Give me a break

This commit is contained in:
fickleheart 2020-01-17 00:18:00 -06:00
parent 4ca44f2d57
commit 919661ff8f
1 changed files with 1 additions and 0 deletions

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));