mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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;
|
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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue