diff options
author | Mattes D <github@xoft.cz> | 2013-11-05 17:22:31 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-11-05 17:22:31 +0100 |
commit | e65ce130127b3a56e12421d745b98549c0669a95 (patch) | |
tree | 52472269f5b9635e3370333b5dbc00fd97700975 /source/Mobs/Zombie.h | |
parent | Protocol 1.7: Added more client-bound packets. (diff) | |
parent | Fixed indentation. (diff) | |
download | cuberite-e65ce130127b3a56e12421d745b98549c0669a95.tar cuberite-e65ce130127b3a56e12421d745b98549c0669a95.tar.gz cuberite-e65ce130127b3a56e12421d745b98549c0669a95.tar.bz2 cuberite-e65ce130127b3a56e12421d745b98549c0669a95.tar.lz cuberite-e65ce130127b3a56e12421d745b98549c0669a95.tar.xz cuberite-e65ce130127b3a56e12421d745b98549c0669a95.tar.zst cuberite-e65ce130127b3a56e12421d745b98549c0669a95.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Zombie.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Mobs/Zombie.h b/source/Mobs/Zombie.h index 148b1121e..7e14fe42f 100644 --- a/source/Mobs/Zombie.h +++ b/source/Mobs/Zombie.h @@ -17,6 +17,7 @@ public: CLASS_PROTODEF(cZombie); virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override; + virtual void MoveToPosition(const Vector3f & a_Position) override; bool IsVillagerZombie(void) const {return m_bIsVillagerZombie; } bool IsConverting(void) const {return m_bIsConverting; } |