diff options
Diffstat (limited to 'source/Chunk.h')
-rw-r--r-- | source/Chunk.h | 1 |
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 |