summaryrefslogtreecommitdiffstats
path: root/src/Generating/HeiGen.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-11-28 21:15:50 +0100
committermadmaxoft <github@xoft.cz>2013-11-28 21:15:50 +0100
commit95ab73e4eda3acaec32293a33bca25c49639dcc7 (patch)
treeb432a08a7f8e40a475a174bf6618754d145ca586 /src/Generating/HeiGen.h
parentBiomeVisualiser: Using the common BiomeGen creation code. (diff)
downloadcuberite-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/HeiGen.h')
-rw-r--r--src/Generating/HeiGen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/HeiGen.h b/src/Generating/HeiGen.h
index 1b246c70a..1376f2a25 100644
--- a/src/Generating/HeiGen.h
+++ b/src/Generating/HeiGen.h
@@ -131,7 +131,7 @@ protected:
float m_HeightFreq3, m_HeightAmp3;
float m_BaseHeight;
} ;
- static const sGenParam m_GenParam[biNumBiomes];
+ static const sGenParam m_GenParam[256];
// cTerrainHeightGen overrides:
virtual void GenHeightMap(int a_ChunkX, int a_ChunkZ, cChunkDef::HeightMap & a_HeightMap) override;