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