Import reduced tree patch

http://www.tt-forums.net/viewtopic.php?p=890778#p890778

Update to recent trunk, use extended savegame framework.
Add setting help text, tweak setting name.
Pre-calculate tree growth probabilities.
This commit is contained in:
patch-import
2016-01-25 23:27:08 +00:00
committed by Jonathan G Rennison
parent 9826c2481e
commit c5f9d8b6de
5 changed files with 33 additions and 1 deletions

View File

@@ -1788,6 +1788,7 @@ static SettingsContainer &GetSettingsTree()
treedist->Add(new SettingEntry("construction.extra_tree_placement"));
treedist->Add(new SettingEntry("construction.trees_around_snow_line_enabled"));
treedist->Add(new SettingEntry("construction.trees_around_snow_line_range"));
treedist->Add(new SettingEntry("construction.tree_growth_rate"));
}
environment->Add(new SettingEntry("station.modified_catchment"));