summaryrefslogtreecommitdiff
path: root/src/settings_type.h
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_type.h
parentffdbb7ec81c74a5f0267ebe8e223be3e07d9d508 (diff)
downloadopenttd-a75583bbb6d600d51f76edc396279aa0fe6f4c32.tar.xz
(svn r20048) -Feature: Add a setting to forbid towns building level crossings.
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 0caca95ed..59fb454e4 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -350,6 +350,7 @@ struct EconomySettings {
TownFoundingByte found_town; ///< town founding, @see TownFounding
bool station_noise_level; ///< build new airports when the town noise level is still within accepted limits
uint16 town_noise_population[3]; ///< population to base decision on noise evaluation (@see town_council_tolerance)
+ bool allow_town_level_crossings; ///< towns are allowed to build level crossings
};
/** Settings related to stations. */