summaryrefslogtreecommitdiffstats
path: root/src/Mobs/ZombiePigman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/ZombiePigman.h')
-rw-r--r--src/Mobs/ZombiePigman.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Mobs/ZombiePigman.h b/src/Mobs/ZombiePigman.h
index 23a7be8da..ccc07e9a2 100644
--- a/src/Mobs/ZombiePigman.h
+++ b/src/Mobs/ZombiePigman.h
@@ -6,13 +6,14 @@
-class cZombiePigman :
+class cZombiePigman:
public cPassiveAggressiveMonster
{
- typedef cPassiveAggressiveMonster super;
+ using Super = cPassiveAggressiveMonster;
public:
- cZombiePigman(void);
+
+ cZombiePigman();
CLASS_PROTODEF(cZombiePigman)