From 9636bd6328525608f6f6e351370d16d65aeeb490 Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Mon, 23 Dec 2024 05:03:41 +0100 Subject: [PATCH] Allow setting landmass to 100 Some generators can generate maps without water. Allow game admins to request this. Closes #2444. --- common/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/map.h b/common/map.h index 8ebbc6feb4..ab7ea3da41 100644 --- a/common/map.h +++ b/common/map.h @@ -545,7 +545,7 @@ moves. Includes MAP_MAX_LINEAR_SIZE because a map can be non wrapping. */ #define MAP_DEFAULT_LANDMASS 30 #define MAP_MIN_LANDMASS 15 -#define MAP_MAX_LANDMASS 85 +#define MAP_MAX_LANDMASS 100 #define MAP_DEFAULT_RICHES 250 #define MAP_MIN_RICHES 0