mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +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 }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
// ------------------------------------------
|
// ------------------------------------------
|
||||||
int top;
|
int top = 0;
|
||||||
if (fromThreads)
|
if (fromThreads)
|
||||||
top = lua_gettop(L);
|
top = lua_gettop(L);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user