Remove now unused town_bridge_over_rail setting, feature in trunk

This commit is contained in:
Jonathan G Rennison
2019-03-04 01:19:56 +00:00
parent 718554d255
commit 60c2f0ebc8
6 changed files with 0 additions and 17 deletions

View File

@@ -586,7 +586,6 @@ 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 {