summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Bat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Bat.h')
-rw-r--r--src/Mobs/Bat.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Mobs/Bat.h b/src/Mobs/Bat.h
index 2da2dc3f2..0d57cd6dd 100644
--- a/src/Mobs/Bat.h
+++ b/src/Mobs/Bat.h
@@ -7,13 +7,14 @@
-class cBat :
+class cBat:
public cPassiveMonster
{
- typedef cPassiveMonster super;
+ using Super = cPassiveMonster;
public:
- cBat(void);
+
+ cBat();
CLASS_PROTODEF(cBat)