summaryrefslogtreecommitdiffstats
path: root/src/Mobs
diff options
context:
space:
mode:
authorandrew <xdotftw@gmail.com>2014-03-25 10:40:54 +0100
committerandrew <xdotftw@gmail.com>2014-03-25 10:40:54 +0100
commitc8445cd93479d4729a180b21df1783449ce01b7e (patch)
tree3307357f0320f1ee42a69d7348e27584f2ab2b07 /src/Mobs
parentFixed wither summoning (diff)
downloadcuberite-c8445cd93479d4729a180b21df1783449ce01b7e.tar
cuberite-c8445cd93479d4729a180b21df1783449ce01b7e.tar.gz
cuberite-c8445cd93479d4729a180b21df1783449ce01b7e.tar.bz2
cuberite-c8445cd93479d4729a180b21df1783449ce01b7e.tar.lz
cuberite-c8445cd93479d4729a180b21df1783449ce01b7e.tar.xz
cuberite-c8445cd93479d4729a180b21df1783449ce01b7e.tar.zst
cuberite-c8445cd93479d4729a180b21df1783449ce01b7e.zip
Diffstat (limited to 'src/Mobs')
-rw-r--r--src/Mobs/Wither.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Wither.cpp b/src/Mobs/Wither.cpp
index 39dc6aab9..8f5d28b68 100644
--- a/src/Mobs/Wither.cpp
+++ b/src/Mobs/Wither.cpp
@@ -28,7 +28,7 @@ bool cWither::IsArmored(void) const
-bool cWither::Initialize(cWorld * a_World) override
+bool cWither::Initialize(cWorld * a_World)
{
// Set health before BroadcastSpawnEntity()
SetHealth(GetMaxHealth() / 3);