1
0

Fix MagmaCube save.

This commit is contained in:
Howaner
2014-05-07 12:43:21 +02:00
parent e5b42b9f16
commit 80bcc43c7b
2 changed files with 9 additions and 3 deletions

View File

@@ -490,7 +490,7 @@ void cNBTChunkSerializer::AddMonsterEntity(cMonster * a_Monster)
}
case cMonster::mtMagmaCube:
{
m_Writer.AddByte("Size", ((const cMagmaCube *)a_Monster)->GetSize());
m_Writer.AddInt("Size", ((const cMagmaCube *)a_Monster)->GetSize());
break;
}
case cMonster::mtSheep: