summaryrefslogtreecommitdiffstats
path: root/source/cChunkMap.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-29 15:29:26 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-29 15:29:26 +0100
commite2ad02f50ac69f3789b7e475dbce469eeec29468 (patch)
tree69ceb5f7ee9b5219ef2f7058b5c84647e212f6ee /source/cChunkMap.cpp
parentnow it will compile on linux (diff)
downloadcuberite-e2ad02f50ac69f3789b7e475dbce469eeec29468.tar
cuberite-e2ad02f50ac69f3789b7e475dbce469eeec29468.tar.gz
cuberite-e2ad02f50ac69f3789b7e475dbce469eeec29468.tar.bz2
cuberite-e2ad02f50ac69f3789b7e475dbce469eeec29468.tar.lz
cuberite-e2ad02f50ac69f3789b7e475dbce469eeec29468.tar.xz
cuberite-e2ad02f50ac69f3789b7e475dbce469eeec29468.tar.zst
cuberite-e2ad02f50ac69f3789b7e475dbce469eeec29468.zip
Diffstat (limited to '')
-rw-r--r--source/cChunkMap.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/cChunkMap.cpp b/source/cChunkMap.cpp
index a6bf6bda0..3cfeb0485 100644
--- a/source/cChunkMap.cpp
+++ b/source/cChunkMap.cpp
@@ -396,14 +396,15 @@ cChunk* cChunkMap::GetChunk( int a_X, int a_Y, int a_Z )
delete [] Data->m_Compressed; Data->m_Compressed = 0; Data->m_CompressedSize = 0;
return Chunk;
}
-
-
}
}
-
return 0;
}
+
+
+
+
void cChunkMap::Tick( float a_Dt )
{
/* // OLD