mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-01 06:00:45 +00:00
oops
This commit is contained in:
parent
8007aa82ca
commit
6d19a55de9
1 changed files with 1 additions and 1 deletions
|
@ -9326,7 +9326,7 @@ void A_StateRangeByParameter(mobj_t *actor)
|
|||
INT32 locvar2 = var2;
|
||||
UINT8 parameter = (actor->spawnpoint ? actor->spawnpoint->extrainfo : 0);
|
||||
|
||||
if (LUA_CallAction(A_STATERANGEBYANGLE, actor))
|
||||
if (LUA_CallAction(A_STATERANGEBYPARAMETER, actor))
|
||||
return;
|
||||
|
||||
if (locvar2 - locvar1 < 0)
|
||||
|
|
Loading…
Reference in a new issue