diff options
author | madmaxoft <github@xoft.cz> | 2014-03-28 16:42:32 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-03-28 16:42:32 +0100 |
commit | 5b7215ec24c2b835a0f1342cf1479f757084d1e2 (patch) | |
tree | 1969aec04072dc093a6bdf32c0aaa54fc63d765b /src/Generating/MineShafts.cpp | |
parent | Merge branch 'howaner/GlobalFixes'. (diff) | |
download | cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.tar cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.tar.gz cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.tar.bz2 cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.tar.lz cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.tar.xz cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.tar.zst cuberite-5b7215ec24c2b835a0f1342cf1479f757084d1e2.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Generating/MineShafts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/MineShafts.cpp b/src/Generating/MineShafts.cpp index 28dc37567..231295c3f 100644 --- a/src/Generating/MineShafts.cpp +++ b/src/Generating/MineShafts.cpp @@ -1340,7 +1340,7 @@ void cStructGenMineShafts::GetMineShaftSystemsForChunk( BaseX -= NEIGHBORHOOD_SIZE / 2; BaseZ -= NEIGHBORHOOD_SIZE / 2; - // Walk the cache, move each cave system that we want into a_Caves: + // Walk the cache, move each cave system that we want into a_Mineshafts: int StartX = BaseX * m_GridSize; int EndX = (BaseX + NEIGHBORHOOD_SIZE + 1) * m_GridSize; int StartZ = BaseZ * m_GridSize; |