From c52f03fe4a87ac766f567b0c6b7e9a5a3b3e3cd9 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 4 Jun 2013 12:43:30 +0000 Subject: DistortedHeightmap: Added clay / sand / dirt selection on ocean floor git-svn-id: http://mc-server.googlecode.com/svn/trunk@1550 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Generating/DistortedHeightmap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/Generating/DistortedHeightmap.h') 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; -- cgit v1.2.3