summaryrefslogtreecommitdiffstats
path: root/src/Mobs/PassiveMonster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/PassiveMonster.h')
-rw-r--r--src/Mobs/PassiveMonster.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Mobs/PassiveMonster.h b/src/Mobs/PassiveMonster.h
index 283326904..619c50363 100644
--- a/src/Mobs/PassiveMonster.h
+++ b/src/Mobs/PassiveMonster.h
@@ -8,13 +8,11 @@
-class cPassiveMonster:
- public cMonster
+class cPassiveMonster : public cMonster
{
using Super = cMonster;
-public:
-
+ public:
cPassiveMonster(
const AString & a_ConfigName,
eMonsterType a_MobType,