summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/CompoGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/CompoGen.cpp b/source/CompoGen.cpp
index 6cdf8f05e..dfb0a40f8 100644
--- a/source/CompoGen.cpp
+++ b/source/CompoGen.cpp
@@ -245,7 +245,6 @@ void cCompoGenBiomal::ComposeTerrain(
case biFrozenRiver:
case biIcePlains:
case biIceMountains:
- case biDesertHills:
case biForestHills:
case biTaigaHills:
case biExtremeHillsEdge:
@@ -255,6 +254,7 @@ void cCompoGenBiomal::ComposeTerrain(
FillColumnGrass(x, z, Height, a_BlockTypes);
break;
}
+ case biDesertHills:
case biDesert:
case biBeach:
{