SRB2 2.1.8 release

This commit is contained in:
Alam Ed Arias 2014-04-19 13:41:29 -04:00
parent f3e8c01565
commit 8a9759a3e4
14 changed files with 103 additions and 53 deletions

View file

@ -145,6 +145,7 @@ static int lib_addHook(lua_State *L)
lua_pushvalue(L, 2);
lua_rawseti(L, -2, hook);
}
hooksAvailable[hook/8] |= 1<<(hook%8);
return 0;
}
@ -186,7 +187,6 @@ static int lib_addHook(lua_State *L)
if (subfield)
Z_Free(subfield);
hooksAvailable[hook/8] |= 1<<(hook%8);
return 0;
}