diff options
Diffstat (limited to 'src/Mobs/Pig.h')
-rw-r--r-- | src/Mobs/Pig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Pig.h b/src/Mobs/Pig.h index 534a0ca6f..1e19c7fba 100644 --- a/src/Mobs/Pig.h +++ b/src/Mobs/Pig.h @@ -13,7 +13,7 @@ class cPig : typedef cPassiveMonster super; public: - cPig(void); + cPig(CreateMonsterInfo a_Info); CLASS_PROTODEF(cPig) |