diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/SnowGolem.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Mobs/SnowGolem.h b/src/Mobs/SnowGolem.h index 708ddbef9..8504965cb 100644 --- a/src/Mobs/SnowGolem.h +++ b/src/Mobs/SnowGolem.h @@ -7,13 +7,14 @@ -class cSnowGolem : +class cSnowGolem: public cPassiveAggressiveMonster { - typedef cPassiveAggressiveMonster super; + using Super = cPassiveAggressiveMonster; public: - cSnowGolem(void); + + cSnowGolem(); CLASS_PROTODEF(cSnowGolem) |