(svn r18522) -Feature: add the possibility to not make new tree tiles in-game

This commit is contained in:
rubidium
2009-12-17 16:59:33 +00:00
parent b0f1fcbead
commit 5e2b7e0238
6 changed files with 28 additions and 2 deletions

View File

@@ -1268,6 +1268,7 @@ static SettingEntry _settings_construction[] = {
SettingEntry("construction.longbridges"),
SettingEntry("station.never_expire_airports"),
SettingEntry("construction.freeform_edges"),
SettingEntry("construction.extra_tree_placement"),
};
/** Construction sub-page */
static SettingsPage _settings_construction_page = {_settings_construction, lengthof(_settings_construction)};