summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Ghast.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2013-11-05 17:22:31 +0100
committerMattes D <github@xoft.cz>2013-11-05 17:22:31 +0100
commite65ce130127b3a56e12421d745b98549c0669a95 (patch)
tree52472269f5b9635e3370333b5dbc00fd97700975 /source/Mobs/Ghast.h
parentProtocol 1.7: Added more client-bound packets. (diff)
parentFixed indentation. (diff)
downloadcuberite-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/Ghast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Mobs/Ghast.h b/source/Mobs/Ghast.h
index a2adc21b9..43e8bedb6 100644
--- a/source/Mobs/Ghast.h
+++ b/source/Mobs/Ghast.h
@@ -18,6 +18,7 @@ public:
CLASS_PROTODEF(cGhast);
virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
+ virtual void Attack(float a_Dt) override;
bool IsCharging(void) const {return false; }
} ;