diff options
author | madmaxoft <github@xoft.cz> | 2013-11-29 21:47:09 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-11-29 21:47:09 +0100 |
commit | 78f0195d26d20c20fdc3898b6410ac54e6edd1ea (patch) | |
tree | f59cb8d9bf2fc450ca5df4ae85385b634f8fe0c9 /src/Generating/DistortedHeightmap.h | |
parent | Fixed CheckerboardBiomeGen in negative coords. (diff) | |
download | cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.tar cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.tar.gz cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.tar.bz2 cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.tar.lz cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.tar.xz cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.tar.zst cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Generating/DistortedHeightmap.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |