Woops, silly find and replace

This commit is contained in:
toasterbabe 2017-08-07 19:23:48 +01:00
parent d135f64464
commit 2e1b81b5da

View file

@ -7585,7 +7585,8 @@ void P_MobjThinker(mobj_t *mobj)
} }
} }
break; break;
case MT_FIREBARPOINT: case MT_CHAINPOINT:
case MT_CHAINMACEPOINT:
if (leveltime & 1) if (leveltime & 1)
{ {
if (mobj->lastlook > mobj->movecount) if (mobj->lastlook > mobj->movecount)