diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-06-14 20:05:02 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-06-14 20:05:02 +0200 |
commit | 6b99e556462fdbdf6a265c014fb03f070b0f1b25 (patch) | |
tree | 96e70b12604c3a6733b15ee27083faff6543be92 /src/Chunk.h | |
parent | fixed spaces (diff) | |
download | cuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.tar cuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.tar.gz cuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.tar.bz2 cuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.tar.lz cuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.tar.xz cuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.tar.zst cuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Chunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Chunk.h b/src/Chunk.h index 7309fd022..07f597d59 100644 --- a/src/Chunk.h +++ b/src/Chunk.h @@ -66,7 +66,7 @@ public: int a_ChunkX, int a_ChunkY, int a_ChunkZ, // Chunk coords cChunkMap * a_ChunkMap, cWorld * a_World, // Parent objects cChunk * a_NeighborXM, cChunk * a_NeighborXP, cChunk * a_NeighborZM, cChunk * a_NeighborZP, // Neighbor chunks - cAllocationPool<cChunkData::sChunkSection,1600>& a_Pool + cAllocationPool<cChunkData::sChunkSection, 1600> & a_Pool ); cChunk(cChunk & other); ~cChunk(); |