From 79c3bc081bfcf86262401d1816ddd6a5c7f4187c Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 11 Apr 2015 18:42:48 +0000 Subject: (svn r27228) -Change: Slightly more water in the non-custom sea levels (chillcore) --- src/tgp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tgp.cpp b/src/tgp.cpp index 2583da9c2..af79e8d54 100644 --- a/src/tgp.cpp +++ b/src/tgp.cpp @@ -207,7 +207,7 @@ static HeightMap _height_map = {NULL, 0, 0, 0, 0}; static const int MAX_TGP_FREQUENCIES = 10; /** Desired water percentage (100% == 1024) - indexed by _settings_game.difficulty.quantity_sea_lakes */ -static const amplitude_t _water_percent[4] = {20, 80, 250, 400}; +static const amplitude_t _water_percent[4] = {70, 170, 270, 420}; /** * Gets the maximum allowed height while generating a map based on -- cgit v1.2.3-54-g00ecf