1
0

Implemented paintings, fixes #689

+ Implemented paintings
This commit is contained in:
Tiger Wang
2014-02-18 00:16:03 +00:00
parent 7aeae734e5
commit 320cc74f0a
15 changed files with 226 additions and 3 deletions

View File

@@ -627,6 +627,7 @@ void cNBTChunkSerializer::Entity(cEntity * a_Entity)
case cEntity::etProjectile: AddProjectileEntity ((cProjectileEntity *)a_Entity); break;
case cEntity::etTNT: /* TODO */ break;
case cEntity::etExpOrb: /* TODO */ break;
case cEntity::etPainting: /* TODO */ break;
case cEntity::etPlayer: return; // Players aren't saved into the world
default:
{