mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
luainstance.cpp: init var
This commit is contained in:
@@ -636,7 +636,7 @@ void LuaInstRegisterFunctions(lua_State *L, bool fromThreads/*=false*/)
|
||||
{ NULL, NULL }
|
||||
};
|
||||
// ------------------------------------------
|
||||
int top;
|
||||
int top = 0;
|
||||
if (fromThreads)
|
||||
top = lua_gettop(L);
|
||||
|
||||
|
Reference in New Issue
Block a user