summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Squid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Squid.h')
-rw-r--r--src/Mobs/Squid.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Mobs/Squid.h b/src/Mobs/Squid.h
index aeeec77df..a2cc48b13 100644
--- a/src/Mobs/Squid.h
+++ b/src/Mobs/Squid.h
@@ -7,12 +7,13 @@
-class cSquid :
+class cSquid:
public cPassiveMonster
{
- typedef cPassiveMonster super;
+ using Super = cPassiveMonster;
public:
+
cSquid();
virtual void Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override;