summaryrefslogtreecommitdiffstats
path: root/source/cChunk.h
diff options
context:
space:
mode:
authorfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-28 15:22:03 +0100
committerfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-28 15:22:03 +0100
commitac117959d380e4c8f538fcb7532c59c4839b5806 (patch)
treeccd87a22ed39212b35dde03af00a0bc053a2b149 /source/cChunk.h
parentLinux compilation fix (y u no support const_iterator, gcc?) (diff)
downloadcuberite-ac117959d380e4c8f538fcb7532c59c4839b5806.tar
cuberite-ac117959d380e4c8f538fcb7532c59c4839b5806.tar.gz
cuberite-ac117959d380e4c8f538fcb7532c59c4839b5806.tar.bz2
cuberite-ac117959d380e4c8f538fcb7532c59c4839b5806.tar.lz
cuberite-ac117959d380e4c8f538fcb7532c59c4839b5806.tar.xz
cuberite-ac117959d380e4c8f538fcb7532c59c4839b5806.tar.zst
cuberite-ac117959d380e4c8f538fcb7532c59c4839b5806.zip
Diffstat (limited to '')
-rw-r--r--source/cChunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChunk.h b/source/cChunk.h
index cc9585810..836bec9d8 100644
--- a/source/cChunk.h
+++ b/source/cChunk.h
@@ -236,7 +236,7 @@ private:
bool m_HasLoadFailed; // True if chunk failed to load and hasn't been generated yet since then
cCriticalSection m_CSBlockLists;
- std::map< unsigned int, int > m_ToTickBlocks;
+ std::deque< unsigned int > m_ToTickBlocks;
std::vector< unsigned int > m_PendingSendBlocks;
// A critical section is not needed, because all chunk access is protected by its parent ChunkMap's csLayers