summaryrefslogtreecommitdiffstats
path: root/src/Generating/MineShafts.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-30 19:17:33 +0200
committermadmaxoft <github@xoft.cz>2014-03-30 19:17:33 +0200
commit1bda9b042403bbc20c564a582435a083fc4dcc84 (patch)
tree8210ebddd8925889c31d3b4fb77e813b3aea6ec1 /src/Generating/MineShafts.cpp
parentAPIDump: Added article: Setting up ZeroBrane Studio. (diff)
parentAdded all current NetherFort prefabs. (diff)
downloadcuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.tar
cuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.tar.gz
cuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.tar.bz2
cuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.tar.lz
cuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.tar.xz
cuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.tar.zst
cuberite-1bda9b042403bbc20c564a582435a083fc4dcc84.zip
Diffstat (limited to 'src/Generating/MineShafts.cpp')
-rw-r--r--src/Generating/MineShafts.cpp2
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;