(svn r26880) -Add: stub settings for limiting bridge and map height
This commit is contained in:
@@ -19,6 +19,10 @@ static const uint TILE_HEIGHT = 8; ///< The standard height-diffe
|
||||
|
||||
static const uint MAX_TILE_HEIGHT = 15; ///< Maximum allowed tile height
|
||||
|
||||
static const uint MIN_MAX_HEIGHTLEVEL = 15; ///< Lower bound of maximum allowed heightlevel (in the construction settings)
|
||||
static const uint DEF_MAX_HEIGHTLEVEL = 15; ///< Default maximum allowed heightlevel (in the construction settings)
|
||||
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 = 7; ///< Default snowline height
|
||||
static const uint MAX_SNOWLINE_HEIGHT = (MAX_TILE_HEIGHT - 2); ///< Maximum allowed snowline height
|
||||
|
Reference in New Issue
Block a user