Skip to content

Commit

Permalink
Change OpenTTD#7872: Defaults for snowline height decreased to 7, and…
Browse files Browse the repository at this point in the history
… terrain type raised to Hilly

- Results in better generated landscape for sub-arctic and sub-tropic with TerraGenesis on a clean Openttd.cfg
  • Loading branch information
SamuXarick committed Dec 22, 2019
1 parent faaec44 commit dda5d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/table/settings.ini
Expand Up @@ -253,7 +253,7 @@ var = difficulty.terrain_type
type = SLE_UINT8
from = SLV_97
guiflags = SGF_MULTISTRING | SGF_NEWGAME_ONLY
def = 1
def = 2
min = 0
max = 4
interval = 1
Expand Down
2 changes: 1 addition & 1 deletion src/tile_type.h
Expand Up @@ -26,7 +26,7 @@ static const uint DEF_MAX_HEIGHTLEVEL = 30; ///< Default maxi
static const uint MAX_MAX_HEIGHTLEVEL = MAX_TILE_HEIGHT; ///< Upper bound of maximum allowed heightlevel (in the construction settings)

static const uint MIN_SNOWLINE_HEIGHT = 2; ///< Minimum snowline height
static const uint DEF_SNOWLINE_HEIGHT = 15; ///< Default snowline height
static const uint DEF_SNOWLINE_HEIGHT = 7; ///< Default snowline height
static const uint MAX_SNOWLINE_HEIGHT = (MAX_TILE_HEIGHT - 2); ///< Maximum allowed snowline height


Expand Down

0 comments on commit dda5d30

Please sign in to comment.