summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-09-21 12:02:03 +0000
committerrubidium <rubidium@openttd.org>2014-09-21 12:02:03 +0000
commitddfc8372eeca8d5a3db3cd6a8e49c63f893b0330 (patch)
tree9830a54adfa9e50f6dfdcba959fbf36fa614f9fc /src/settings_type.h
parentcfe08b86c9275fbfe42e5b49572720b01fb2de1d (diff)
downloadopenttd-ddfc8372eeca8d5a3db3cd6a8e49c63f893b0330.tar.xz
(svn r26884) -Change: scale the NewGRF's snow line level according to the configured maximum map height
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 0cd9b9b75..9ea98caea 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -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