summaryrefslogtreecommitdiffstats
path: root/source/Mobs/PassiveMonster.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/PassiveMonster.h')
-rw-r--r--source/Mobs/PassiveMonster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/PassiveMonster.h b/source/Mobs/PassiveMonster.h
index 14a4e9d24..d31510891 100644
--- a/source/Mobs/PassiveMonster.h
+++ b/source/Mobs/PassiveMonster.h
@@ -13,7 +13,7 @@ class cPassiveMonster :
typedef cMonster super;
public:
- cPassiveMonster(void);
+ cPassiveMonster(const AString & a_ConfigName, char a_ProtocolMobType, const AString & a_SoundHurt, const AString & a_SoundDeath);
virtual void Tick(float a_Dt) override;