diff options
Diffstat (limited to 'src/Mobs/Giant.h')
-rw-r--r-- | src/Mobs/Giant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Giant.h b/src/Mobs/Giant.h index 7c04c9b4f..7b403c3a2 100644 --- a/src/Mobs/Giant.h +++ b/src/Mobs/Giant.h @@ -13,7 +13,7 @@ class cGiant : typedef cAggressiveMonster super; public: - cGiant(void); + cGiant(CreateMonsterInfo a_Info); CLASS_PROTODEF(cGiant) |