1
0

Fixed clang compilation

This commit is contained in:
andrew
2014-03-25 11:40:54 +02:00
parent ba42166411
commit c8445cd934
2 changed files with 17 additions and 14 deletions

View File

@@ -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);