diff options
author | andrew <xdotftw@gmail.com> | 2014-03-25 10:40:54 +0100 |
---|---|---|
committer | andrew <xdotftw@gmail.com> | 2014-03-25 10:40:54 +0100 |
commit | c8445cd93479d4729a180b21df1783449ce01b7e (patch) | |
tree | 3307357f0320f1ee42a69d7348e27584f2ab2b07 /src/Mobs/Wither.cpp | |
parent | Fixed wither summoning (diff) | |
download | cuberite-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/Wither.cpp')
-rw-r--r-- | src/Mobs/Wither.cpp | 2 |
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); |