diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-06-14 20:56:01 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-06-14 20:56:01 +0200 |
commit | f97116141f464d4e27515197eec7d42f9d2ba772 (patch) | |
tree | fcb95ea469710e9d51b6c82a6f2436049df05a78 /src/ChunkMap.cpp | |
parent | Moved m_Sections (diff) | |
download | cuberite-f97116141f464d4e27515197eec7d42f9d2ba772.tar cuberite-f97116141f464d4e27515197eec7d42f9d2ba772.tar.gz cuberite-f97116141f464d4e27515197eec7d42f9d2ba772.tar.bz2 cuberite-f97116141f464d4e27515197eec7d42f9d2ba772.tar.lz cuberite-f97116141f464d4e27515197eec7d42f9d2ba772.tar.xz cuberite-f97116141f464d4e27515197eec7d42f9d2ba772.tar.zst cuberite-f97116141f464d4e27515197eec7d42f9d2ba772.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ChunkMap.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ChunkMap.cpp b/src/ChunkMap.cpp index 3b946f9ec..d2ccca94e 100644 --- a/src/ChunkMap.cpp +++ b/src/ChunkMap.cpp @@ -2677,8 +2677,11 @@ void cChunkMap::QueueTickBlock(int a_BlockX, int a_BlockY, int a_BlockZ) //////////////////////////////////////////////////////////////////////////////// // cChunkMap::cChunkLayer: -cChunkMap::cChunkLayer::cChunkLayer(int a_LayerX, int a_LayerZ, cChunkMap * a_Parent, - cAllocationPool<cChunkData::sChunkSection> & a_Pool) +cChunkMap::cChunkLayer::cChunkLayer( + int a_LayerX, int a_LayerZ, + cChunkMap * a_Parent, + cAllocationPool<cChunkData::sChunkSection> & a_Pool +) : m_LayerX( a_LayerX ) , m_LayerZ( a_LayerZ ) , m_Parent( a_Parent ) |