mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-24 11:42:03 +00:00
Woops, silly find and replace
This commit is contained in:
parent
d135f64464
commit
2e1b81b5da
1 changed files with 2 additions and 1 deletions
|
@ -7585,7 +7585,8 @@ void P_MobjThinker(mobj_t *mobj)
|
|||
}
|
||||
}
|
||||
break;
|
||||
case MT_FIREBARPOINT:
|
||||
case MT_CHAINPOINT:
|
||||
case MT_CHAINMACEPOINT:
|
||||
if (leveltime & 1)
|
||||
{
|
||||
if (mobj->lastlook > mobj->movecount)
|
||||
|
|
Loading…
Reference in a new issue