From 6f883cba2d9e5089c50be3a377f4308ed3541908 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 14 Mar 2013 21:56:01 +0000 Subject: Small performance improvements in fluid simulator. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1276 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Chunk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Chunk.h') diff --git a/source/Chunk.h b/source/Chunk.h index 629e3a6b9..ee80a0be8 100644 --- a/source/Chunk.h +++ b/source/Chunk.h @@ -287,7 +287,7 @@ private: cCriticalSection m_CSBlockLists; std::deque< unsigned int > m_ToTickBlocks; - std::vector< unsigned int > m_PendingSendBlocks; + sSetBlockVector m_PendingSendBlocks; ///< Blocks that have changed and need to be sent to all clients // A critical section is not needed, because all chunk access is protected by its parent ChunkMap's csLayers cClientHandleList m_LoadedByClient; -- cgit v1.2.3