1
0

Add Heads completely

This commit is contained in:
Howaner
2014-02-18 21:40:02 +01:00
committed by TheJumper
parent ab2eba17ec
commit 7bc5946883
14 changed files with 154 additions and 7 deletions

View File

@@ -940,7 +940,7 @@ void cWSSAnvil::LoadSkullFromNBT(cBlockEntityList & a_BlockEntities, const cPars
{
return;
}
std::auto_ptr<cSkullEntity> Skull(new cSkullEntity(E_BLOCK_HEAD, x, y, z, m_World));
std::auto_ptr<cSkullEntity> Skull(new cSkullEntity(x, y, z, m_World));
int currentLine = a_NBT.FindChildByName(a_TagIdx, "SkullType");
if (currentLine >= 0)