From 95eb3a7bd7a5c3017410b38594aca78387d6caa2 Mon Sep 17 00:00:00 2001 From: faketruth Date: Sun, 4 Mar 2012 15:59:10 +0000 Subject: Should have complete support for 256 blocks high worlds. Old save files are converted to new ones at load. BACK UP YOUR WORLD! git-svn-id: http://mc-server.googlecode.com/svn/trunk@358 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cChunk.h') diff --git a/source/cChunk.h b/source/cChunk.h index f2e623f6e..dfbbd0c98 100644 --- a/source/cChunk.h +++ b/source/cChunk.h @@ -113,7 +113,7 @@ class cChunk { public: static const int c_ChunkWidth = 16; - static const int c_ChunkHeight = 128; //256; + static const int c_ChunkHeight = 256; static const int c_NumBlocks = c_ChunkWidth * c_ChunkHeight * c_ChunkWidth; static const int c_BlockDataSize = c_NumBlocks * 2 + (c_NumBlocks/2); // 2.5 * numblocks -- cgit v1.2.3