SRB2 2.1.2 release

This commit is contained in:
Alam Ed Arias 2014-03-17 08:13:16 -04:00
parent 3e0b5ef1cd
commit a03da73115
23 changed files with 261 additions and 120 deletions

View file

@ -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");
}
}