Add anywhere mode to ignore house zone scenario editor setting

See: #177
This commit is contained in:
Jonathan G Rennison
2020-08-03 19:37:50 +01:00
parent 348530b052
commit ce6cdc551f
4 changed files with 21 additions and 4 deletions

View File

@@ -663,7 +663,7 @@ struct DebugSettings {
struct ScenarioSettings {
bool multiple_buildings; ///< allow manually adding more than one church/stadium
bool house_ignore_dates; ///< allow manually adding houses regardless of date restrictions
bool house_ignore_zones; ///< allow manually adding houses regardless of zone restrictions
uint8 house_ignore_zones; ///< allow manually adding houses regardless of zone restrictions
bool house_ignore_grf; ///< allow manually adding houses regardless of GRF restrictions
};