mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 03:12:38 +00:00
Merge branch 'fix-stagefailed-checking' into 'next'
Fix reading the value of stagefailed See merge request STJr/SRB2!1819
This commit is contained in:
commit
17801469fc
1 changed files with 1 additions and 0 deletions
|
@ -387,6 +387,7 @@ int LUA_PushGlobals(lua_State *L, const char *word)
|
|||
return 1;
|
||||
} else if (fastcmp(word, "stagefailed")) {
|
||||
lua_pushboolean(L, stagefailed);
|
||||
return 1;
|
||||
} else if (fastcmp(word, "mouse")) {
|
||||
LUA_PushUserdata(L, &mouse, META_MOUSE);
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue