1
0

Added generic Allocation Pool Interface

This commit is contained in:
Tycho
2014-06-14 19:46:34 +01:00
parent a1520c7a40
commit 94c48febd2
12 changed files with 110 additions and 69 deletions

View File

@@ -65,7 +65,7 @@ cChunk::cChunk(
int a_ChunkX, int a_ChunkY, int a_ChunkZ,
cChunkMap * a_ChunkMap, cWorld * a_World,
cChunk * a_NeighborXM, cChunk * a_NeighborXP, cChunk * a_NeighborZM, cChunk * a_NeighborZP,
cAllocationPool<cChunkData::sChunkSection, 1600> & a_Pool
cAllocationPool<cChunkData::sChunkSection> & a_Pool
) :
m_IsValid(false),
m_IsLightValid(false),