Add settings to ignore date/zone/GRF when placing houses in scenario editor

See: #177
This commit is contained in:
Jonathan G Rennison
2020-08-03 18:57:55 +01:00
parent b7118b60fe
commit 157beb05ed
6 changed files with 47 additions and 8 deletions

View File

@@ -662,6 +662,9 @@ struct DebugSettings {
/** Scenario editor settings. */
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
bool house_ignore_grf; ///< allow manually adding houses regardless of GRF restrictions
};
/** All settings together for the game. */