diff options
Diffstat (limited to '')
-rw-r--r-- | source/Generating/StructGen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Generating/StructGen.cpp b/source/Generating/StructGen.cpp index bd8f5d581..d9859aab5 100644 --- a/source/Generating/StructGen.cpp +++ b/source/Generating/StructGen.cpp @@ -595,6 +595,7 @@ void cStructGenDirectOverhangs::GenStructures(cChunkDesc & a_ChunkDesc) } // for y break; } + default: break; } // switch (biome) } // for z, x |