Fix errenous stack pop.

This function is intended to leave the stack in the same state it recieved it.
This commit is contained in:
Yukita Mayako 2016-03-03 17:19:21 -05:00
parent 0b704ba618
commit 7ae871c7f8
1 changed files with 1 additions and 2 deletions

View File

@ -788,8 +788,7 @@ void LUAh_NetArchiveHook(lua_CFunction archFunc)
LUA_Call(gL, 1);
}
// pop tables
lua_pop(gL, 1);
// stack: tables
}
#endif