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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Mobs/ZombiePigman.h b/src/Mobs/ZombiePigman.h
index 23a7be8da..dad420da7 100644
--- a/src/Mobs/ZombiePigman.h
+++ b/src/Mobs/ZombiePigman.h
@@ -1,15 +1,15 @@
#pragma once
-#include "PassiveAggressiveMonster.h"
+#include "Monster.h"
class cZombiePigman :
- public cPassiveAggressiveMonster
+ public cMonster
{
- typedef cPassiveAggressiveMonster super;
+ typedef cMonster super;
public:
cZombiePigman(void);