summaryrefslogtreecommitdiffstats
path: root/src/ChunkMap.h
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-06-14 20:56:01 +0200
committerTycho <work.tycho+git@gmail.com>2014-06-14 20:56:01 +0200
commitf97116141f464d4e27515197eec7d42f9d2ba772 (patch)
treefcb95ea469710e9d51b6c82a6f2436049df05a78 /src/ChunkMap.h
parentMoved m_Sections (diff)
downloadcuberite-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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ChunkMap.h b/src/ChunkMap.h
index c1dc743e5..0d6f1f80a 100644
--- a/src/ChunkMap.h
+++ b/src/ChunkMap.h
@@ -351,8 +351,11 @@ private:
class cChunkLayer
{
public:
- cChunkLayer(int a_LayerX, int a_LayerZ, cChunkMap * a_Parent,
- cAllocationPool<cChunkData::sChunkSection> & a_Pool);
+ cChunkLayer(
+ int a_LayerX, int a_LayerZ,
+ cChunkMap * a_Parent,
+ cAllocationPool<cChunkData::sChunkSection> & a_Pool
+ );
~cChunkLayer();
/** Always returns an assigned chunkptr, but the chunk needn't be valid (loaded / generated) - callers must check */