From 062b38b8b04a9f921550fb0a1f4c056216b9437f Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 23 Feb 2012 21:21:37 +0000 Subject: Plain pointer cChunkPtr finishing touches; removed cChunk's critical sections git-svn-id: http://mc-server.googlecode.com/svn/trunk@325 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunkMap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/cChunkMap.h') diff --git a/source/cChunkMap.h b/source/cChunkMap.h index 98698cfe3..7de26ee28 100644 --- a/source/cChunkMap.h +++ b/source/cChunkMap.h @@ -128,6 +128,7 @@ private: { public: cChunkLayer(int a_LayerX, int a_LayerZ, cChunkMap * a_Parent); + ~cChunkLayer(); /// Always returns an assigned chunkptr, but the chunk needn't be valid (loaded / generated) - callers must check cChunkPtr GetChunk( int a_ChunkX, int a_ChunkY, int a_ChunkZ ); -- cgit v1.2.3