From 625a4accdad2e6acfe1135634cb32ee149415645 Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Sat, 29 Oct 2011 21:19:06 +0000 Subject: Added denotch map converter. Program currently reads the only mcr file in the region dir and writes the uncompressed chunk data in world/X0-Z0.pak. I compile in linux with "g++ cConvert.cpp -lz -o denotch" git-svn-id: http://mc-server.googlecode.com/svn/trunk@20 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunkMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cChunkMap.h') diff --git a/source/cChunkMap.h b/source/cChunkMap.h index 57ad313dc..19619f0c5 100644 --- a/source/cChunkMap.h +++ b/source/cChunkMap.h @@ -88,4 +88,4 @@ private: cChunkNode* m_Nodes; int m_Width, m_Height; -}; \ No newline at end of file +}; -- cgit v1.2.3