summaryrefslogtreecommitdiffstats
path: root/src/Mobs/AggressiveMonster.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2015-08-22 20:35:56 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2015-08-22 20:35:56 +0200
commite254a76884d7252e6c645eacbc355c894a6d62b4 (patch)
tree13e27f8fc67772af07376c79830107a1037bc8a7 /src/Mobs/AggressiveMonster.h
parentCast UINT to WORD to appease warning (diff)
downloadcuberite-e254a76884d7252e6c645eacbc355c894a6d62b4.tar
cuberite-e254a76884d7252e6c645eacbc355c894a6d62b4.tar.gz
cuberite-e254a76884d7252e6c645eacbc355c894a6d62b4.tar.bz2
cuberite-e254a76884d7252e6c645eacbc355c894a6d62b4.tar.lz
cuberite-e254a76884d7252e6c645eacbc355c894a6d62b4.tar.xz
cuberite-e254a76884d7252e6c645eacbc355c894a6d62b4.tar.zst
cuberite-e254a76884d7252e6c645eacbc355c894a6d62b4.zip
Diffstat (limited to 'src/Mobs/AggressiveMonster.h')
-rw-r--r--src/Mobs/AggressiveMonster.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Mobs/AggressiveMonster.h b/src/Mobs/AggressiveMonster.h
index f64c1103f..f46a5c1ef 100644
--- a/src/Mobs/AggressiveMonster.h
+++ b/src/Mobs/AggressiveMonster.h
@@ -21,11 +21,6 @@ public:
virtual void EventSeePlayer(cEntity *) override;
virtual void Attack(std::chrono::milliseconds a_Dt);
-
-protected:
- /** Whether this mob's destination is the same as its target's position. */
- bool IsMovingToTargetPosition();
-
} ;