From e043a89f15b311f144edace819a800ea9ab3ca39 Mon Sep 17 00:00:00 2001 From: MajorCooke Date: Tue, 9 Feb 2016 23:19:28 -0600 Subject: [PATCH] Forgot to save this with the last commit. --- src/p_enemy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_enemy.cpp b/src/p_enemy.cpp index 13f0a9e476..24a3a1ced2 100644 --- a/src/p_enemy.cpp +++ b/src/p_enemy.cpp @@ -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) {