mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
I forgot to pop the error handler
This commit is contained in:
parent
965d42f974
commit
6eccc7030d
1 changed files with 3 additions and 1 deletions
|
@ -1793,4 +1793,6 @@ void LUAh_GameQuit(void)
|
|||
hookp->error = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
lua_pop(gL, 1); // Pop error handler
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue