diff options
author | truebrain <truebrain@openttd.org> | 2011-11-23 21:23:41 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-11-23 21:23:41 +0000 |
commit | 00db8b800866b47f0ee6a7f4ad2c227eab97bd53 (patch) | |
tree | 4b773565f5b1bef5bf9a18295b0a4f7e9d2badaf /src | |
parent | 560bae8c915f78aeaeed4d3e941827a841b6bf53 (diff) | |
download | openttd-00db8b800866b47f0ee6a7f4ad2c227eab97bd53.tar.xz |
(svn r23313) -Fix: economy.fund_buildings was not shown in the GUI
Diffstat (limited to 'src')
-rw-r--r-- | src/settings_gui.cpp | 1 |
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"), |