diff options
Diffstat (limited to 'src/Mobs/ZombiePigman.h')
-rw-r--r-- | src/Mobs/ZombiePigman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/ZombiePigman.h b/src/Mobs/ZombiePigman.h index bae0115eb..e21f2012e 100644 --- a/src/Mobs/ZombiePigman.h +++ b/src/Mobs/ZombiePigman.h @@ -12,7 +12,7 @@ class cZombiePigman : typedef cPassiveAggressiveMonster super; public: - cZombiePigman(void); + cZombiePigman(CreateMonsterInfo a_Info); CLASS_PROTODEF(cZombiePigman) |