diff options
author | LO1ZB <andreasdaamen@web.de> | 2014-08-30 00:45:05 +0200 |
---|---|---|
committer | LO1ZB <andreasdaamen@web.de> | 2014-08-30 00:45:05 +0200 |
commit | ac95173e81028856e7dac7e751c9526d0c9d4c8a (patch) | |
tree | a7dabd8a72f03064974ca8e92da94113757a29a5 /src/ChunkDef.h | |
parent | me being stupid (diff) | |
download | cuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.tar cuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.tar.gz cuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.tar.bz2 cuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.tar.lz cuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.tar.xz cuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.tar.zst cuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ChunkDef.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ChunkDef.h b/src/ChunkDef.h index b7122efe2..111e081db 100644 --- a/src/ChunkDef.h +++ b/src/ChunkDef.h @@ -16,10 +16,6 @@ -/** This is really only a placeholder to be used in places where we need to "make up" a chunk's Y coord. -It will help us when the new chunk format comes out and we need to patch everything up for compatibility. -*/ - // 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+) |