From d786a272c0a400f9aa2c89d696aa6f9840f83d03 Mon Sep 17 00:00:00 2001 From: paramat Date: Fri, 3 Jul 2015 22:47:31 +0100 Subject: Mgv7: Lower base of mountain generation to -112 and define constant --- src/mapgen_v7.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mapgen_v7.h') diff --git a/src/mapgen_v7.h b/src/mapgen_v7.h index 0a8a8c876..6fa1a0f1c 100644 --- a/src/mapgen_v7.h +++ b/src/mapgen_v7.h @@ -22,6 +22,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mapgen.h" +#define MOUNTAIN_BASE -112 + /////////////////// Mapgen V7 flags #define MGV7_MOUNTAINS 0x01 #define MGV7_RIDGES 0x02 -- cgit v1.2.3