@@ -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.
|
||||
|
Reference in New Issue
Block a user