mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-24 11:42:03 +00:00
metalrecording
This commit is contained in:
parent
090e5384d5
commit
409cba678d
1 changed files with 3 additions and 0 deletions
|
@ -184,6 +184,9 @@ int LUA_PushGlobals(lua_State *L, const char *word)
|
|||
} else if (fastcmp(word,"modeattacking")) {
|
||||
lua_pushboolean(L, modeattacking);
|
||||
return 1;
|
||||
} else if (fastcmp(word,"metalrecording")) {
|
||||
lua_pushboolean(L, metalrecording);
|
||||
return 1;
|
||||
} else if (fastcmp(word,"splitscreen")) {
|
||||
lua_pushboolean(L, splitscreen);
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue