summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2010-07-02 16:34:07 +0000
committermichi_cc <michi_cc@openttd.org>2010-07-02 16:34:07 +0000
commita75583bbb6d600d51f76edc396279aa0fe6f4c32 (patch)
tree639e9c975e30bf83f8024b2823d7031eebf9d3d5 /src/settings_gui.cpp
parentffdbb7ec81c74a5f0267ebe8e223be3e07d9d508 (diff)
downloadopenttd-a75583bbb6d600d51f76edc396279aa0fe6f4c32.tar.xz
(svn r20048) -Feature: Add a setting to forbid towns building level crossings.
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 77f1481d4..69f13f484 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1357,6 +1357,7 @@ static SettingEntry _settings_economy_towns[] = {
SettingEntry("economy.exclusive_rights"),
SettingEntry("economy.town_layout"),
SettingEntry("economy.allow_town_roads"),
+ SettingEntry("economy.allow_town_level_crossings"),
SettingEntry("economy.found_town"),
SettingEntry("economy.mod_road_rebuild"),
SettingEntry("economy.town_growth_rate"),