Merged branch 'fix_chunks'.

This commit is contained in:
Mattes D
2014-10-16 21:12:26 +02:00
parent 5b9ca4a7b4
commit 8c2a99711e
2 changed files with 35 additions and 3 deletions
+1
View File
@@ -343,6 +343,7 @@ private:
cCriticalSection m_CSChunkLists;
cChunkCoordsList m_LoadedChunks; // Chunks that the player belongs to
cChunkCoordsList m_ChunksToSend; // Chunks that need to be sent to the player (queued because they weren't generated yet or there's not enough time to send them)
cChunkCoordsList m_SentChunks; // Store the coordinates of the chunks that the client has loaded
cProtocol * m_Protocol;