summaryrefslogtreecommitdiffstats
path: root/src/SetChunkData.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-09-05 22:55:39 +0200
committerMattes D <github@xoft.cz>2014-09-05 22:55:39 +0200
commit4230eb3d924a2230a20e5044dfffa118ad090429 (patch)
treea75bbceae7a81694ee77094c1034797c7726b749 /src/SetChunkData.cpp
parentRewritten chunk status to specify whether the chunk is in queue. (diff)
downloadcuberite-4230eb3d924a2230a20e5044dfffa118ad090429.tar
cuberite-4230eb3d924a2230a20e5044dfffa118ad090429.tar.gz
cuberite-4230eb3d924a2230a20e5044dfffa118ad090429.tar.bz2
cuberite-4230eb3d924a2230a20e5044dfffa118ad090429.tar.lz
cuberite-4230eb3d924a2230a20e5044dfffa118ad090429.tar.xz
cuberite-4230eb3d924a2230a20e5044dfffa118ad090429.tar.zst
cuberite-4230eb3d924a2230a20e5044dfffa118ad090429.zip
Diffstat (limited to 'src/SetChunkData.cpp')
-rw-r--r--src/SetChunkData.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SetChunkData.cpp b/src/SetChunkData.cpp
index bfe59fbcb..707dfb9e8 100644
--- a/src/SetChunkData.cpp
+++ b/src/SetChunkData.cpp
@@ -44,7 +44,6 @@ cSetChunkData::cSetChunkData(
// Check the params' validity:
ASSERT(a_BlockTypes != NULL);
ASSERT(a_BlockMetas != NULL);
- ASSERT(a_Biomes != NULL);
// Copy block types and metas:
memcpy(m_BlockTypes, a_BlockTypes, sizeof(cChunkDef::BlockTypes));