Import town bridges over rails patch

Add setting (default off)

From: https://www.tt-forums.net/viewtopic.php?f=33t=76052
This commit is contained in:
Jonathan G Rennison
2017-07-31 18:40:44 +01:00
parent 4db69283c1
commit 9ed0541e77
5 changed files with 17 additions and 4 deletions

View File

@@ -557,6 +557,7 @@ struct EconomySettings {
bool infrastructure_maintenance; ///< enable monthly maintenance fee for owner infrastructure
uint8 day_length_factor; ///< factor which the length of day is multiplied
uint16 random_road_reconstruction; ///< chance out of 1000 per tile loop for towns to start random road re-construction
bool town_bridge_over_rail; ///< enable towns to build bridges over rails
};
struct LinkGraphSettings {