Feature: Setting to disallow level crossings with competitors (#10755)

This commit is contained in:
mrmbernardi
2023-09-02 12:46:24 +02:00
committed by GitHub
parent 236ec41fa2
commit a5c8365aa4
6 changed files with 22 additions and 0 deletions

View File

@@ -368,6 +368,7 @@ struct ConstructionSettings {
bool extra_dynamite; ///< extra dynamite
bool road_stop_on_town_road; ///< allow building of drive-through road stops on town owned roads
bool road_stop_on_competitor_road; ///< allow building of drive-through road stops on roads owned by competitors
bool crossing_with_competitor; ///< allow building of level crossings with competitor roads or rails
uint8_t raw_industry_construction; ///< type of (raw) industry construction (none, "normal", prospecting)
uint8_t industry_platform; ///< the amount of flat land around an industry
bool freeform_edges; ///< allow terraforming the tiles at the map edges