From 95ab73e4eda3acaec32293a33bca25c49639dcc7 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Thu, 28 Nov 2013 21:15:50 +0100 Subject: Added new biomes to old height generators. Now Biomal and DistortedHeight generators will work with new biomes. --- src/Generating/DistortedHeightmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Generating/DistortedHeightmap.h') 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]; -- cgit v1.2.3