summaryrefslogtreecommitdiffstats
path: root/src/Generating
diff options
context:
space:
mode:
authorjfhumann <j.f.humann@gmail.com>2014-04-18 22:20:24 +0200
committerjfhumann <j.f.humann@gmail.com>2014-04-18 22:20:24 +0200
commitfde1555352727387cefe90c3393ef352475ffa20 (patch)
treeb13b1a18d61dfabdd47c3e9eb89fdc9ae84cd8f7 /src/Generating
parentMerge remote-tracking branch 'origin/master' into fixes (diff)
downloadcuberite-fde1555352727387cefe90c3393ef352475ffa20.tar
cuberite-fde1555352727387cefe90c3393ef352475ffa20.tar.gz
cuberite-fde1555352727387cefe90c3393ef352475ffa20.tar.bz2
cuberite-fde1555352727387cefe90c3393ef352475ffa20.tar.lz
cuberite-fde1555352727387cefe90c3393ef352475ffa20.tar.xz
cuberite-fde1555352727387cefe90c3393ef352475ffa20.tar.zst
cuberite-fde1555352727387cefe90c3393ef352475ffa20.zip
Diffstat (limited to 'src/Generating')
-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 bbb022d85..231295c3f 100644
--- a/src/Generating/MineShafts.cpp
+++ b/src/Generating/MineShafts.cpp
@@ -684,7 +684,7 @@ void cMineShaftCorridor::ProcessChunk(cChunkDesc & a_ChunkDesc)
}
if ((z2 >= 0) && (z2 < cChunkDef::Width))
{
- a_ChunkDesc.SetBlockTypeMeta(x, y1, z2, E_BLOCK_FENCE, 0); //-V525
+ a_ChunkDesc.SetBlockTypeMeta(x, y1, z2, E_BLOCK_FENCE, 0);
a_ChunkDesc.SetBlockTypeMeta(x, y2, z2, E_BLOCK_FENCE, 0);
a_ChunkDesc.SetBlockTypeMeta(x, y3, z2, E_BLOCK_PLANKS, 0);
}