summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Giant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Giant.h')
-rw-r--r--src/Mobs/Giant.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Mobs/Giant.h b/src/Mobs/Giant.h
index 70e93894c..46298717c 100644
--- a/src/Mobs/Giant.h
+++ b/src/Mobs/Giant.h
@@ -7,12 +7,13 @@
-class cGiant :
+class cGiant:
public cAggressiveMonster
{
- typedef cAggressiveMonster super;
+ using Super = cAggressiveMonster;
public:
+
cGiant(void);
CLASS_PROTODEF(cGiant)