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/Ghast.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 'source/Mobs/Ghast.h')
-rw-r--r-- | source/Mobs/Ghast.h | 1 |
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; } } ; |