mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-24 14:31:02 +00:00
Add sstimer to LUA_PushGlobals.
This commit is contained in:
parent
60cf1e1837
commit
62f2fcc57e
1 changed files with 3 additions and 0 deletions
|
|
@ -228,6 +228,9 @@ int LUA_PushGlobals(lua_State *L, const char *word)
|
|||
} else if (fastcmp(word,"leveltime")) {
|
||||
lua_pushinteger(L, leveltime);
|
||||
return 1;
|
||||
} else if (fastcmp(word,"sstimer")) {
|
||||
lua_pushinteger(L, sstimer);
|
||||
return 1;
|
||||
} else if (fastcmp(word,"curWeather")) {
|
||||
lua_pushinteger(L, curWeather);
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue