(svn r20659) -Feature: make the (flat) area around an industry configurable (Eddi|zuHause)

This commit is contained in:
rubidium
2010-08-28 18:37:49 +00:00
parent 18e6bf0d71
commit 4ad5ef5c43
6 changed files with 10 additions and 4 deletions

View File

@@ -191,6 +191,7 @@ struct ConstructionSettings {
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
uint8 raw_industry_construction; ///< type of (raw) industry construction (none, "normal", prospecting)
uint8 industry_platform; ///< the amount of flat land around an industry
bool freeform_edges; ///< allow terraforming the tiles at the map edges
uint8 extra_tree_placement; ///< (dis)allow building extra trees in-game
};