diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/AggressiveMonster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/AggressiveMonster.h b/source/Mobs/AggressiveMonster.h index ed21c6344..1eff1831e 100644 --- a/source/Mobs/AggressiveMonster.h +++ b/source/Mobs/AggressiveMonster.h @@ -13,7 +13,7 @@ class cAggressiveMonster : typedef cMonster super; public: - cAggressiveMonster(const AString & a_ConfigName, char a_ProtocolMobType, const AString & a_SoundHurt, const AString & a_SoundDeath); + cAggressiveMonster(const AString & a_ConfigName, char a_ProtocolMobType, const AString & a_SoundHurt, const AString & a_SoundDeath, double a_Width, double a_Height); virtual void Tick (float a_Dt, cChunk & a_Chunk) override; virtual void InStateChasing(float a_Dt) override; |