1
0

Merge pull request #1351 from LO1ZB/remove-a_RelY

remove y-coord from chunks
This commit is contained in:
Mattes D
2014-09-03 21:47:00 +02:00
18 changed files with 237 additions and 230 deletions

View File

@@ -67,7 +67,7 @@ class cChunk :
{
public:
cChunk(
int a_ChunkX, int a_ChunkY, int a_ChunkZ, // Chunk coords
int a_ChunkX, 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> & a_Pool