From 78f0195d26d20c20fdc3898b6410ac54e6edd1ea Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Fri, 29 Nov 2013 21:47:09 +0100 Subject: Implemented mesa biomes in DistortedHeightmap CompoGen. --- src/Generating/DistortedHeightmap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Generating/DistortedHeightmap.h') diff --git a/src/Generating/DistortedHeightmap.h b/src/Generating/DistortedHeightmap.h index 1cf0393fa..e6b3c9d3f 100644 --- a/src/Generating/DistortedHeightmap.h +++ b/src/Generating/DistortedHeightmap.h @@ -91,6 +91,9 @@ protected: sBlockInfo m_MesaPattern[2 * cChunkDef::Height]; + /// Initializes m_MesaPattern with a reasonable pattern of stained clay / hardened clay, based on the seed + void InitMesaPattern(int a_Seed); + /// Unless the LastChunk coords are equal to coords given, prepares the internal state (noise arrays, heightmap) void PrepareState(int a_ChunkX, int a_ChunkZ); -- cgit v1.2.3