Fix other compile errors

This commit is contained in:
Eduardo Bart
2013-01-29 16:56:50 -02:00
parent 80a7ecb3a4
commit ff9f82d0c8
3 changed files with 2 additions and 3 deletions

View File

@@ -902,7 +902,6 @@ void LuaInterface::setEnv(int index)
{
assert(hasIndex(index));
lua_setfenv(L, index);
assert(ret == 1);
}
void LuaInterface::getTable(int index)