Skip to content
Snippets Groups Projects

Expose `metalrecording` global to Lua.

Merged Golden requested to merge Golden/SRB2:metalrecording into next
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -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