mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-28 08:21:31 +00:00
Give me a break
This commit is contained in:
parent
3f570ab888
commit
ffbf72bdb6
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…
Add table
Reference in a new issue