diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-11-16 18:53:55 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-11-16 18:53:55 +0100 |
commit | 33e1439c809b8791e14e7946ab77cb3d6f9a3093 (patch) | |
tree | ccffa3b561e96a011fefe662d24bf250f43193da /source/Generating/StructGen.cpp | |
parent | Revert "Fixed another one." (diff) | |
download | cuberite-33e1439c809b8791e14e7946ab77cb3d6f9a3093.tar cuberite-33e1439c809b8791e14e7946ab77cb3d6f9a3093.tar.gz cuberite-33e1439c809b8791e14e7946ab77cb3d6f9a3093.tar.bz2 cuberite-33e1439c809b8791e14e7946ab77cb3d6f9a3093.tar.lz cuberite-33e1439c809b8791e14e7946ab77cb3d6f9a3093.tar.xz cuberite-33e1439c809b8791e14e7946ab77cb3d6f9a3093.tar.zst cuberite-33e1439c809b8791e14e7946ab77cb3d6f9a3093.zip |
Diffstat (limited to 'source/Generating/StructGen.cpp')
-rw-r--r-- | source/Generating/StructGen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Generating/StructGen.cpp b/source/Generating/StructGen.cpp index d9859aab5..bd8f5d581 100644 --- a/source/Generating/StructGen.cpp +++ b/source/Generating/StructGen.cpp @@ -595,7 +595,6 @@ void cStructGenDirectOverhangs::GenStructures(cChunkDesc & a_ChunkDesc) } // for y break; } - default: break; } // switch (biome) } // for z, x |