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/Wolf.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/Mobs/Wolf.h') diff --git a/src/Mobs/Wolf.h b/src/Mobs/Wolf.h index 861419ba8..6ce708a52 100644 --- a/src/Mobs/Wolf.h +++ b/src/Mobs/Wolf.h @@ -9,13 +9,14 @@ class cEntity; -class cWolf : +class cWolf: public cPassiveAggressiveMonster { - typedef cPassiveAggressiveMonster super; + using Super = cPassiveAggressiveMonster; public: - cWolf(void); + + cWolf(); CLASS_PROTODEF(cWolf) -- cgit v1.2.3