From 9ee47e59995f858ec531b3ee467f131594e4ba1f Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 13 Apr 2020 18:38:06 +0200 Subject: Using Super. --- src/Mobs/SnowGolem.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/Mobs/SnowGolem.h') 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) -- cgit v1.2.3