summaryrefslogtreecommitdiffstats
path: root/source/Generating/DistortedHeightmap.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-04 14:43:30 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-04 14:43:30 +0200
commitc52f03fe4a87ac766f567b0c6b7e9a5a3b3e3cd9 (patch)
tree69566f32f6890123010c9315b27908142aec4359 /source/Generating/DistortedHeightmap.h
parentFixed a crash when generating a chest (diff)
downloadcuberite-c52f03fe4a87ac766f567b0c6b7e9a5a3b3e3cd9.tar
cuberite-c52f03fe4a87ac766f567b0c6b7e9a5a3b3e3cd9.tar.gz
cuberite-c52f03fe4a87ac766f567b0c6b7e9a5a3b3e3cd9.tar.bz2
cuberite-c52f03fe4a87ac766f567b0c6b7e9a5a3b3e3cd9.tar.lz
cuberite-c52f03fe4a87ac766f567b0c6b7e9a5a3b3e3cd9.tar.xz
cuberite-c52f03fe4a87ac766f567b0c6b7e9a5a3b3e3cd9.tar.zst
cuberite-c52f03fe4a87ac766f567b0c6b7e9a5a3b3e3cd9.zip
Diffstat (limited to '')
-rw-r--r--source/Generating/DistortedHeightmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Generating/DistortedHeightmap.h b/source/Generating/DistortedHeightmap.h
index 9027b609a..41a781b84 100644
--- a/source/Generating/DistortedHeightmap.h
+++ b/source/Generating/DistortedHeightmap.h
@@ -47,7 +47,8 @@ protected:
cPerlinNoise m_NoiseDistortX;
cPerlinNoise m_NoiseDistortZ;
-
+ cNoise m_OceanFloorSelect; ///< Used for selecting between dirt and sand on the ocean floor
+
int m_SeaLevel;
NOISE_DATATYPE m_FrequencyX;
NOISE_DATATYPE m_FrequencyY;