diff options
Diffstat (limited to 'source/Mobs/Ghast.cpp')
-rw-r--r-- | source/Mobs/Ghast.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Mobs/Ghast.cpp b/source/Mobs/Ghast.cpp index 85803cb84..96a29b2d8 100644 --- a/source/Mobs/Ghast.cpp +++ b/source/Mobs/Ghast.cpp @@ -25,6 +25,7 @@ void cGhast::GetDrops(cItems & a_Drops, cEntity * a_Killer) + void cGhast::Attack(float a_Dt) { m_AttackInterval += a_Dt * m_AttackRate; |