Mercurial > hg > openttd
diff src/settings_gui.cpp @ 13983:aaf1fd51e6ac draft
(svn r18522) -Feature: add the possibility to not make new tree tiles in-game
author | rubidium <rubidium@openttd.org> |
---|---|
date | Thu, 17 Dec 2009 16:59:33 +0000 (2009-12-17) |
parents | 77bfe67f23bd |
children | ca29deba0f1a |
line wrap: on
line diff
--- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -1268,6 +1268,7 @@ 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)};