diff options
author | madmaxoft <github@xoft.cz> | 2013-11-28 21:15:50 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-11-28 21:15:50 +0100 |
commit | 95ab73e4eda3acaec32293a33bca25c49639dcc7 (patch) | |
tree | b432a08a7f8e40a475a174bf6618754d145ca586 /src/Generating/DistortedHeightmap.h | |
parent | BiomeVisualiser: Using the common BiomeGen creation code. (diff) | |
download | cuberite-95ab73e4eda3acaec32293a33bca25c49639dcc7.tar cuberite-95ab73e4eda3acaec32293a33bca25c49639dcc7.tar.gz cuberite-95ab73e4eda3acaec32293a33bca25c49639dcc7.tar.bz2 cuberite-95ab73e4eda3acaec32293a33bca25c49639dcc7.tar.lz cuberite-95ab73e4eda3acaec32293a33bca25c49639dcc7.tar.xz cuberite-95ab73e4eda3acaec32293a33bca25c49639dcc7.tar.zst cuberite-95ab73e4eda3acaec32293a33bca25c49639dcc7.zip |
Diffstat (limited to 'src/Generating/DistortedHeightmap.h')
-rw-r--r-- | src/Generating/DistortedHeightmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/DistortedHeightmap.h b/src/Generating/DistortedHeightmap.h index 6d7007375..41a03310d 100644 --- a/src/Generating/DistortedHeightmap.h +++ b/src/Generating/DistortedHeightmap.h @@ -69,7 +69,7 @@ protected: NOISE_DATATYPE m_DistortAmpX; NOISE_DATATYPE m_DistortAmpZ; } ; - static const sGenParam m_GenParam[biNumBiomes]; + static const sGenParam m_GenParam[256]; // Distortion amplitudes for each direction, before linear upscaling NOISE_DATATYPE m_DistortAmpX[DIM_X * DIM_Z]; |