1
0
Fork 0

(svn r23313) -Fix: economy.fund_buildings was not shown in the GUI

release/1.2
truebrain 2011-11-23 21:23:41 +00:00
parent 560bae8c91
commit 00db8b8008
1 changed files with 1 additions and 0 deletions

View File

@ -1457,6 +1457,7 @@ static SettingEntry _settings_economy_towns[] = {
SettingEntry("economy.bribe"), SettingEntry("economy.bribe"),
SettingEntry("economy.exclusive_rights"), SettingEntry("economy.exclusive_rights"),
SettingEntry("economy.fund_roads"), SettingEntry("economy.fund_roads"),
SettingEntry("economy.fund_buildings"),
SettingEntry("economy.town_layout"), SettingEntry("economy.town_layout"),
SettingEntry("economy.allow_town_roads"), SettingEntry("economy.allow_town_roads"),
SettingEntry("economy.allow_town_level_crossings"), SettingEntry("economy.allow_town_level_crossings"),