This was a little too far in.

This commit is contained in:
MajorCooke 2016-02-09 22:57:54 -06:00
parent 4fcc9efea0
commit ebe6cef7cc
1 changed files with 1 additions and 1 deletions

View File

@ -2532,8 +2532,8 @@ void A_DoChase (VMFrameStack *stack, AActor *actor, bool fastchase, FState *mele
actor->PrevX = oldX;
actor->PrevY = oldY;
}
P_NewChaseDir(actor);
}
P_NewChaseDir(actor);
}
}
else if (dontmove && actor->movecount > 0) actor->movecount--;