mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-05-31 08:51:03 +00:00
SRB2 2.1.2 release
This commit is contained in:
parent
3e0b5ef1cd
commit
a03da73115
23 changed files with 261 additions and 120 deletions
|
@ -408,7 +408,7 @@ void LUAh_ThinkFrame(void)
|
|||
// Remove this function from the hook table to prevent further errors.
|
||||
lua_pushvalue(gL, -1); // key
|
||||
lua_pushnil(gL); // value
|
||||
lua_rawset(gL, -5); // table
|
||||
lua_rawset(gL, -4); // table
|
||||
CONS_Printf("Hook removed.\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue