summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Wither.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Mobs/Wither.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Mobs/Wither.h b/src/Mobs/Wither.h
index 409419efb..b0d1f4a3d 100644
--- a/src/Mobs/Wither.h
+++ b/src/Mobs/Wither.h
@@ -22,9 +22,9 @@ public:
int GetWitherInvulnerableTicks() const { return m_WitherInvulnerableTicks; }
void SetWitherInvulnerableTicks(unsigned int a_Ticks) { m_WitherInvulnerableTicks = a_Ticks; }
- // cEntity /*override*/s
- virtual bool Initialize(cWorld & a_World) /*override*/;
- virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) /*override*/;
+ // cEntity overrides
+ virtual bool Initialize(cWorld & a_World) override;
+ virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
private: