Add rainforest line height setting to map generation windows

See: #227
This commit is contained in:
Jonathan G Rennison
2021-03-20 18:39:33 +00:00
parent c45b4414df
commit abf8505c69
5 changed files with 92 additions and 15 deletions

View File

@@ -29,6 +29,10 @@ static const uint MIN_SNOWLINE_HEIGHT = 2; ///< Minimum snow
static const uint DEF_SNOWLINE_HEIGHT = 10; ///< Default snowline height
static const uint MAX_SNOWLINE_HEIGHT = (MAX_TILE_HEIGHT - 2); ///< Maximum allowed snowline height
static const uint MIN_RAINFOREST_HEIGHT = 1; ///< Minimum rainforest height
static const uint DEF_RAINFOREST_HEIGHT = 8; ///< Default rainforest height
static const uint MAX_RAINFOREST_HEIGHT = 255; ///< Maximum rainforest height
/**
* The different types of tiles.