mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-11 07:41:36 +00:00
Fix errenous stack pop.
This function is intended to leave the stack in the same state it recieved it.
This commit is contained in:
parent
0b704ba618
commit
7ae871c7f8
1 changed files with 1 additions and 2 deletions
|
@ -788,8 +788,7 @@ void LUAh_NetArchiveHook(lua_CFunction archFunc)
|
|||
LUA_Call(gL, 1);
|
||||
}
|
||||
|
||||
// pop tables
|
||||
lua_pop(gL, 1);
|
||||
// stack: tables
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue