summaryrefslogtreecommitdiffstats
path: root/source/cChunkMap.cpp
diff options
context:
space:
mode:
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