diff options
author | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-05-17 22:21:52 +0200 |
---|---|---|
committer | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-05-17 22:21:52 +0200 |
commit | b7b088494c601576750e014204635f5b21600eb1 (patch) | |
tree | 9600532fc83329798b39ce3e09714060dcd81839 /src/Mobs/AggressiveMonster.cpp | |
parent | properly this time? (diff) | |
parent | Pathfinder - approximated paths when original destination unreachable (diff) | |
download | cuberite-b7b088494c601576750e014204635f5b21600eb1.tar cuberite-b7b088494c601576750e014204635f5b21600eb1.tar.gz cuberite-b7b088494c601576750e014204635f5b21600eb1.tar.bz2 cuberite-b7b088494c601576750e014204635f5b21600eb1.tar.lz cuberite-b7b088494c601576750e014204635f5b21600eb1.tar.xz cuberite-b7b088494c601576750e014204635f5b21600eb1.tar.zst cuberite-b7b088494c601576750e014204635f5b21600eb1.zip |
Diffstat (limited to 'src/Mobs/AggressiveMonster.cpp')
-rw-r--r-- | src/Mobs/AggressiveMonster.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Mobs/AggressiveMonster.cpp b/src/Mobs/AggressiveMonster.cpp index d0fb79f6d..055ff47d2 100644 --- a/src/Mobs/AggressiveMonster.cpp +++ b/src/Mobs/AggressiveMonster.cpp @@ -36,7 +36,6 @@ void cAggressiveMonster::InStateChasing(std::chrono::milliseconds a_Dt) return; } } - MoveToPosition(m_Target->GetPosition()); } } |