mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Make stoppedclock
writable.
This commit is contained in:
parent
f42dee1871
commit
2b39a971ac
1 changed files with 2 additions and 0 deletions
|
@ -382,6 +382,8 @@ int LUA_CheckGlobals(lua_State *L, const char *word)
|
|||
token = (UINT32)luaL_checkinteger(L, 2);
|
||||
else if (fastcmp(word, "gravity"))
|
||||
gravity = (fixed_t)luaL_checkinteger(L, 2);
|
||||
else if (fastcmp(word, "stoppedclock"))
|
||||
stoppedclock = luaL_checkboolean(L, 2);
|
||||
else if (fastcmp(word, "displayplayer"))
|
||||
{
|
||||
player_t *player = *((player_t **)luaL_checkudata(L, 2, META_PLAYER));
|
||||
|
|
Loading…
Reference in a new issue