summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-11-24 21:18:11 +0000
committersmatz <smatz@openttd.org>2009-11-24 21:18:11 +0000
commitf0c64208cf917ff2a1f59c7640eac7e9fb80d605 (patch)
tree46ff00e56156495fa95821a99cf4f3d00a0acb49 /src/settings_gui.cpp
parent8d6e323ef80fcb49c4fc8417564d1e2ef7797a73 (diff)
downloadopenttd-f0c64208cf917ff2a1f59c7640eac7e9fb80d605.tar.xz
(svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJosh, GeekToo, Terkhen and others)
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 f3d7a08c3..6b172f2d9 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1298,6 +1298,7 @@ static SettingEntry _settings_economy_towns[] = {
SettingEntry("economy.exclusive_rights"),
SettingEntry("economy.town_layout"),
SettingEntry("economy.allow_town_roads"),
+ SettingEntry("economy.found_town"),
SettingEntry("economy.mod_road_rebuild"),
SettingEntry("economy.town_growth_rate"),
SettingEntry("economy.larger_towns"),