diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Giant.h | 5 |
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) |