mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Make emeralds
writable.
This commit is contained in:
parent
998a10e8ad
commit
a502b09929
1 changed files with 2 additions and 0 deletions
|
@ -376,6 +376,8 @@ int LUA_CheckGlobals(lua_State *L, const char *word)
|
|||
redscore = (UINT32)luaL_checkinteger(L, 2);
|
||||
else if (fastcmp(word, "bluescore"))
|
||||
bluescore = (UINT32)luaL_checkinteger(L, 2);
|
||||
else if (fastcmp(word, "emeralds"))
|
||||
emeralds = (UINT16)luaL_checkinteger(L, 2);
|
||||
else
|
||||
return 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue