summaryrefslogtreecommitdiffstats
path: root/source/Chunk.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-19 09:13:19 +0200
committermadmaxoft <github@xoft.cz>2013-08-19 09:13:19 +0200
commit82ce40e2cc8694233fad96b464367a55a5cee680 (patch)
tree9a39b2e07478fa8e0f1542684e6da690de52c2fc /source/Chunk.h
parentFixed crash when the player is above the world. (diff)
downloadcuberite-82ce40e2cc8694233fad96b464367a55a5cee680.tar
cuberite-82ce40e2cc8694233fad96b464367a55a5cee680.tar.gz
cuberite-82ce40e2cc8694233fad96b464367a55a5cee680.tar.bz2
cuberite-82ce40e2cc8694233fad96b464367a55a5cee680.tar.lz
cuberite-82ce40e2cc8694233fad96b464367a55a5cee680.tar.xz
cuberite-82ce40e2cc8694233fad96b464367a55a5cee680.tar.zst
cuberite-82ce40e2cc8694233fad96b464367a55a5cee680.zip
Diffstat (limited to '')
-rw-r--r--source/Chunk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Chunk.h b/source/Chunk.h
index cba39f7ee..16cda056c 100644
--- a/source/Chunk.h
+++ b/source/Chunk.h
@@ -344,7 +344,6 @@ private:
bool m_IsSaving; // True if the chunk is being saved
bool m_HasLoadFailed; // True if chunk failed to load and hasn't been generated yet since then
- cCriticalSection m_CSBlockLists;
std::vector<unsigned int> m_ToTickBlocks;
sSetBlockVector m_PendingSendBlocks; ///< Blocks that have changed and need to be sent to all clients