mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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;
|
break;
|
||||||
case mobj_shadowscale:
|
case mobj_shadowscale:
|
||||||
mo->shadowscale = luaL_checkfixed(L, 3);
|
mo->shadowscale = luaL_checkfixed(L, 3);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
lua_getfield(L, LUA_REGISTRYINDEX, LREG_EXTVARS);
|
lua_getfield(L, LUA_REGISTRYINDEX, LREG_EXTVARS);
|
||||||
I_Assert(lua_istable(L, -1));
|
I_Assert(lua_istable(L, -1));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue