(svn r18522) -Feature: add the possibility to not make new tree tiles in-game

This commit is contained in:
rubidium
2009-12-17 16:59:33 +00:00
parent 5971619b1e
commit 6baaea23de
6 changed files with 28 additions and 2 deletions

View File

@@ -182,6 +182,7 @@ struct ConstructionSettings {
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)
bool freeform_edges; ///< allow terraforming the tiles at the map edges
uint8 extra_tree_placement; ///< (dis)allow building extra trees in-game
};
/** Settings related to the AI. */