From f90a8928e78702b393ca2f688da6ca197eb94256 Mon Sep 17 00:00:00 2001 From: faketruth Date: Sat, 10 Mar 2012 22:10:15 +0000 Subject: Completely integrated the new axis ordering. Will update worlds accordingly git-svn-id: http://mc-server.googlecode.com/svn/trunk@396 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 9a129ba31..55210a064 100644 --- a/source/cChunk.h +++ b/source/cChunk.h @@ -29,7 +29,7 @@ It will help us when the new chunk format comes out and we need to patch everyth // Used to smoothly convert to new axis ordering. One will be removed when deemed stable. #define AXIS_ORDER_YZX 1 // Original (1.1-) #define AXIS_ORDER_XZY 2 // New (1.2+) -#define AXIS_ORDER AXIS_ORDER_YZX +#define AXIS_ORDER AXIS_ORDER_XZY -- cgit v1.2.3