summaryrefslogtreecommitdiffstats
path: root/src/Mobs/AggressiveMonster.cpp
diff options
context:
space:
mode:
authorSafwatHalaby <SafwatHalaby@users.noreply.github.com>2015-05-16 13:05:33 +0200
committerSafwatHalaby <SafwatHalaby@users.noreply.github.com>2015-05-17 18:36:52 +0200
commit29e31c5be95abd6a7122a525f53d80f4576e49b2 (patch)
treed3fe3c82b0d27a9a35f120934eca16b3daf36829 /src/Mobs/AggressiveMonster.cpp
parentPathFinder uses UniquePtr for cell map. (diff)
downloadcuberite-29e31c5be95abd6a7122a525f53d80f4576e49b2.tar
cuberite-29e31c5be95abd6a7122a525f53d80f4576e49b2.tar.gz
cuberite-29e31c5be95abd6a7122a525f53d80f4576e49b2.tar.bz2
cuberite-29e31c5be95abd6a7122a525f53d80f4576e49b2.tar.lz
cuberite-29e31c5be95abd6a7122a525f53d80f4576e49b2.tar.xz
cuberite-29e31c5be95abd6a7122a525f53d80f4576e49b2.tar.zst
cuberite-29e31c5be95abd6a7122a525f53d80f4576e49b2.zip
Diffstat (limited to 'src/Mobs/AggressiveMonster.cpp')
-rw-r--r--src/Mobs/AggressiveMonster.cpp1
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());
}
}