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/Witch.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Mobs/Witch.h') diff --git a/src/Mobs/Witch.h b/src/Mobs/Witch.h index 706fcd9b3..44f4ba271 100644 --- a/src/Mobs/Witch.h +++ b/src/Mobs/Witch.h @@ -7,12 +7,13 @@ -class cWitch : +class cWitch: public cAggressiveMonster { - typedef cAggressiveMonster super; + using Super = cAggressiveMonster; public: + cWitch(); CLASS_PROTODEF(cWitch) -- cgit v1.2.3