summaryrefslogtreecommitdiffstats
path: root/source/CompoGen.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-06-08 16:55:20 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-06-08 16:55:20 +0200
commit79f05c897328c4632e01d2421dcfeae124629ff4 (patch)
tree4a5fcb42bf035d6aa461cfc924d6e2e5b5930030 /source/CompoGen.cpp
parentFixed random drops not occurring at all (diff)
downloadcuberite-79f05c897328c4632e01d2421dcfeae124629ff4.tar
cuberite-79f05c897328c4632e01d2421dcfeae124629ff4.tar.gz
cuberite-79f05c897328c4632e01d2421dcfeae124629ff4.tar.bz2
cuberite-79f05c897328c4632e01d2421dcfeae124629ff4.tar.lz
cuberite-79f05c897328c4632e01d2421dcfeae124629ff4.tar.xz
cuberite-79f05c897328c4632e01d2421dcfeae124629ff4.tar.zst
cuberite-79f05c897328c4632e01d2421dcfeae124629ff4.zip
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:
{