summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-02-18 23:08:12 +0100
committerMattes D <github@xoft.cz>2014-02-18 23:08:12 +0100
commit98332c5b7662deb1f14792176414bc4b5f48301b (patch)
tree974477fd292b4b3dd44d0318bcab77770c890190 /src/WorldStorage
parentProtoProxy: ignoring PolarSSL build files. (diff)
parentProperly exported and documented paintings (diff)
downloadcuberite-98332c5b7662deb1f14792176414bc4b5f48301b.tar
cuberite-98332c5b7662deb1f14792176414bc4b5f48301b.tar.gz
cuberite-98332c5b7662deb1f14792176414bc4b5f48301b.tar.bz2
cuberite-98332c5b7662deb1f14792176414bc4b5f48301b.tar.lz
cuberite-98332c5b7662deb1f14792176414bc4b5f48301b.tar.xz
cuberite-98332c5b7662deb1f14792176414bc4b5f48301b.tar.zst
cuberite-98332c5b7662deb1f14792176414bc4b5f48301b.zip
Diffstat (limited to 'src/WorldStorage')
-rw-r--r--src/WorldStorage/NBTChunkSerializer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WorldStorage/NBTChunkSerializer.cpp b/src/WorldStorage/NBTChunkSerializer.cpp
index 95b5e66d2..8419bd646 100644
--- a/src/WorldStorage/NBTChunkSerializer.cpp
+++ b/src/WorldStorage/NBTChunkSerializer.cpp
@@ -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:
{