mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-05-31 08:51:03 +00:00
SRB2 2.1.8 release
This commit is contained in:
parent
f3e8c01565
commit
8a9759a3e4
14 changed files with 103 additions and 53 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue