summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-11-23 21:23:41 +0000
committertruebrain <truebrain@openttd.org>2011-11-23 21:23:41 +0000
commit00db8b800866b47f0ee6a7f4ad2c227eab97bd53 (patch)
tree4b773565f5b1bef5bf9a18295b0a4f7e9d2badaf /src/settings_gui.cpp
parent560bae8c915f78aeaeed4d3e941827a841b6bf53 (diff)
downloadopenttd-00db8b800866b47f0ee6a7f4ad2c227eab97bd53.tar.xz
(svn r23313) -Fix: economy.fund_buildings was not shown in the GUI
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index dbf537fef..2a6c61609 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1457,6 +1457,7 @@ static SettingEntry _settings_economy_towns[] = {
SettingEntry("economy.bribe"),
SettingEntry("economy.exclusive_rights"),
SettingEntry("economy.fund_roads"),
+ SettingEntry("economy.fund_buildings"),
SettingEntry("economy.town_layout"),
SettingEntry("economy.allow_town_roads"),
SettingEntry("economy.allow_town_level_crossings"),