mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Give me a break
This commit is contained in:
parent
4ca44f2d57
commit
919661ff8f
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue