summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2014-10-27 18:11:31 +0100
committerAlexander Harkness <me@bearbin.net>2014-10-27 18:11:31 +0100
commit8a443c028f6c24659b0a65ff709c8b5f01fd6f5a (patch)
treed3cffd92d06da2dc38301709b48e01f36aa08a5d
parentFixed typo. (diff)
downloadcuberite-8a443c028f6c24659b0a65ff709c8b5f01fd6f5a.tar
cuberite-8a443c028f6c24659b0a65ff709c8b5f01fd6f5a.tar.gz
cuberite-8a443c028f6c24659b0a65ff709c8b5f01fd6f5a.tar.bz2
cuberite-8a443c028f6c24659b0a65ff709c8b5f01fd6f5a.tar.lz
cuberite-8a443c028f6c24659b0a65ff709c8b5f01fd6f5a.tar.xz
cuberite-8a443c028f6c24659b0a65ff709c8b5f01fd6f5a.tar.zst
cuberite-8a443c028f6c24659b0a65ff709c8b5f01fd6f5a.zip
-rw-r--r--src/Generating/DistortedHeightmap.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Generating/DistortedHeightmap.cpp b/src/Generating/DistortedHeightmap.cpp
index aac1d2bf3..d6474b3ca 100644
--- a/src/Generating/DistortedHeightmap.cpp
+++ b/src/Generating/DistortedHeightmap.cpp
@@ -270,6 +270,17 @@ const cDistortedHeightmap::sGenParam cDistortedHeightmap::m_GenParam[256] =
/* biMesaBryce */ { 0.5f, 0.5f}, // 165
/* biMesaPlateauFM */ { 2.0f, 2.0f}, // 166
/* biMesaPlateauM */ { 2.0f, 2.0f}, // 167
+
+ // biomes 168 .. 255 are unused, 88 empty placeholders here:
+ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 168 .. 177
+ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 178 .. 187
+ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 188 .. 197
+ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 198 .. 207
+ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 208 .. 217
+ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 218 .. 227
+ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 228 .. 237
+ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 238 .. 247
+ {}, {}, {}, {}, {}, {}, {}, {}, // 248 .. 255
} ;