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:

committed by
Jonathan G Rennison

parent
9826c2481e
commit
c5f9d8b6de
@@ -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"));
|
||||
|
Reference in New Issue
Block a user