Changeset - r22064:ba0698abaa54
[Not reviewed]
master
0 1 0
alberth - 9 years ago 2015-04-11 18:42:48
alberth@openttd.org
(svn r27228) -Change: Slightly more water in the non-custom sea levels (chillcore)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/tgp.cpp
Show inline comments
 
@@ -207,7 +207,7 @@ static HeightMap _height_map = {NULL, 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
0 comments (0 inline, 0 general)