(svn r26884) -Change: scale the NewGRF's snow line level according to the configured maximum map height

This commit is contained in:
rubidium
2014-09-21 12:02:03 +00:00
parent cfe08b86c9
commit ddfc8372ee
2 changed files with 5 additions and 5 deletions

View File

@@ -278,7 +278,7 @@ struct GameCreationSettings {
uint8 map_y; ///< Y size of map
byte land_generator; ///< the landscape generator
byte oil_refinery_limit; ///< distance oil refineries allowed from map edge
byte snow_line_height; ///< a number 0-15 that configured snow line height
byte snow_line_height; ///< the configured snow line height
byte tgen_smoothness; ///< how rough is the terrain from 0-3
byte tree_placer; ///< the tree placer algorithm
byte heightmap_rotation; ///< rotation director for the heightmap