(svn r20048) -Feature: Add a setting to forbid towns building level crossings.

This commit is contained in:
michi_cc
2010-07-02 16:34:07 +00:00
parent 9745b96dcf
commit a8c6eaeb4a
6 changed files with 6 additions and 1 deletions

View File

@@ -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. */