mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
Remove debugging stuff.
This commit is contained in:
parent
45af6d8899
commit
093a1baf1d
1 changed files with 1 additions and 3 deletions
|
@ -299,9 +299,7 @@ int LUA_PushGlobals(lua_State *L, const char *word)
|
||||||
// See the above.
|
// See the above.
|
||||||
int LUA_CheckGlobals(lua_State *L, const char *word)
|
int LUA_CheckGlobals(lua_State *L, const char *word)
|
||||||
{
|
{
|
||||||
if (fastcmp(word, "gametyperules"))
|
if (fastcmp(word, "redscore"))
|
||||||
gametyperules = (UINT32)luaL_checkinteger(L, 2);
|
|
||||||
else if (fastcmp(word, "redscore"))
|
|
||||||
redscore = (UINT32)luaL_checkinteger(L, 2);
|
redscore = (UINT32)luaL_checkinteger(L, 2);
|
||||||
else if (fastcmp(word, "bluescore"))
|
else if (fastcmp(word, "bluescore"))
|
||||||
bluescore = (UINT32)luaL_checkinteger(L, 2);
|
bluescore = (UINT32)luaL_checkinteger(L, 2);
|
||||||
|
|
Loading…
Reference in a new issue