mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
This was a little too far in.
This commit is contained in:
parent
4fcc9efea0
commit
ebe6cef7cc
1 changed files with 1 additions and 1 deletions
|
@ -2532,8 +2532,8 @@ void A_DoChase (VMFrameStack *stack, AActor *actor, bool fastchase, FState *mele
|
||||||
actor->PrevX = oldX;
|
actor->PrevX = oldX;
|
||||||
actor->PrevY = oldY;
|
actor->PrevY = oldY;
|
||||||
}
|
}
|
||||||
P_NewChaseDir(actor);
|
|
||||||
}
|
}
|
||||||
|
P_NewChaseDir(actor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (dontmove && actor->movecount > 0) actor->movecount--;
|
else if (dontmove && actor->movecount > 0) actor->movecount--;
|
||||||
|
|
Loading…
Reference in a new issue