diff options
author | Patric Stout <truebrain@openttd.org> | 2021-03-24 09:37:51 +0100 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2021-03-26 12:22:32 +0100 |
commit | 23f27db8c30793384ca107db15548ea43dbdf329 (patch) | |
tree | f4213deb34b0ef96bdd3479f2f963186e22422b1 /src/lang | |
parent | 70bc55cfd6e14f710427012b03aa211a0d85ca0f (diff) | |
download | openttd-23f27db8c30793384ca107db15548ea43dbdf329.tar.xz |
Change: remove "maximum map height" from the New Game GUI
This setting influence the max heightlevel, and not as the name
suggests: the height of the generated map.
How ever you slice it, it is a very weird place to add this
setting, and it is better off being only in the settings menu.
Commits following this commit also make it more useful, so users
no longer have to care about it.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 6c01914c0..a8095e58f 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2898,9 +2898,6 @@ STR_MAPGEN_BY :{BLACK}* STR_MAPGEN_NUMBER_OF_TOWNS :{BLACK}No. of towns: STR_MAPGEN_DATE :{BLACK}Date: STR_MAPGEN_NUMBER_OF_INDUSTRIES :{BLACK}No. of industries: -STR_MAPGEN_MAX_HEIGHTLEVEL :{BLACK}Maximum map height: -STR_MAPGEN_MAX_HEIGHTLEVEL_UP :{BLACK}Increase the maximum height of mountains on the map by one -STR_MAPGEN_MAX_HEIGHTLEVEL_DOWN :{BLACK}Decrease the maximum height of mountains on the map by one STR_MAPGEN_SNOW_COVERAGE :{BLACK}Snow coverage: STR_MAPGEN_SNOW_COVERAGE_UP :{BLACK}Increase snow coverage by ten percent STR_MAPGEN_SNOW_COVERAGE_DOWN :{BLACK}Decrease snow coverage by ten percent |