Forgot to save this with the last commit.

This commit is contained in:
MajorCooke 2016-02-09 23:19:28 -06:00
parent e73a737350
commit e043a89f15
1 changed files with 1 additions and 1 deletions

View File

@ -2525,7 +2525,7 @@ void A_DoChase (VMFrameStack *stack, AActor *actor, bool fastchase, FState *mele
// (copied from A_SerpentChase - it applies to everything with CANTLEAVEFLOORPIC!)
if (actor->flags2&MF2_CANTLEAVEFLOORPIC && actor->floorpic != oldFloor )
{
if (!(flags & CHF_STOPIFBLOCKED) && P_TryMove(actor, oldX, oldY, false))
if (P_TryMove(actor, oldX, oldY, false))
{
if (nomonsterinterpolation)
{