summaryrefslogtreecommitdiffstats
path: root/source/Generating/StructGen.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Generating/StructGen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Generating/StructGen.cpp b/source/Generating/StructGen.cpp
index d9859aab5..c18783304 100644
--- a/source/Generating/StructGen.cpp
+++ b/source/Generating/StructGen.cpp
@@ -620,6 +620,7 @@ bool cStructGenDirectOverhangs::HasWantedBiome(cChunkDesc & a_ChunkDesc) const
{
return true;
}
+ default: break;
}
} // for i
return false;