summaryrefslogtreecommitdiffstats
path: root/src/Generating/ChunkGenerator.h
diff options
context:
space:
mode:
authorLO1ZB <andreasdaamen@web.de>2014-09-03 00:28:08 +0200
committerLO1ZB <andreasdaamen@web.de>2014-09-03 00:28:08 +0200
commit554f58501733f00f54e88190bc8ad85bfb11b84f (patch)
tree34070160e1c89cf9580a07ac1aa012d2ed4e303c /src/Generating/ChunkGenerator.h
parenthopefully the last commit for removing y-coord from chunks. :) (diff)
downloadcuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.tar
cuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.tar.gz
cuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.tar.bz2
cuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.tar.lz
cuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.tar.xz
cuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.tar.zst
cuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.zip
Diffstat (limited to 'src/Generating/ChunkGenerator.h')
-rw-r--r--src/Generating/ChunkGenerator.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Generating/ChunkGenerator.h b/src/Generating/ChunkGenerator.h
index 0737834c9..e880a6766 100644
--- a/src/Generating/ChunkGenerator.h
+++ b/src/Generating/ChunkGenerator.h
@@ -137,10 +137,10 @@ private:
int m_Seed;
- cCriticalSection m_CS;
- cChunkCoordWithBoolList m_Queue;
- cEvent m_Event; ///< Set when an item is added to the queue or the thread should terminate
- cEvent m_evtRemoved; ///< Set when an item is removed from the queue
+ cCriticalSection m_CS;
+ cChunkCoordsWithBoolList m_Queue;
+ cEvent m_Event; ///< Set when an item is added to the queue or the thread should terminate
+ cEvent m_evtRemoved; ///< Set when an item is removed from the queue
cGenerator * m_Generator; ///< The actual generator engine used to generate chunks