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/Mooshroom.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/Mobs/Mooshroom.h') diff --git a/src/Mobs/Mooshroom.h b/src/Mobs/Mooshroom.h index 625963190..7ecd45c5b 100644 --- a/src/Mobs/Mooshroom.h +++ b/src/Mobs/Mooshroom.h @@ -7,13 +7,14 @@ -class cMooshroom : +class cMooshroom: public cPassiveMonster { - typedef cPassiveMonster super; + using Super = cPassiveMonster; public: - cMooshroom(void); + + cMooshroom(); CLASS_PROTODEF(cMooshroom) -- cgit v1.2.3