mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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…
Add table
Reference in a new issue