Add setting to enable multiple churches/stadiums in scenario editor

See: #177
This commit is contained in:
Jonathan G Rennison
2020-08-03 18:46:52 +01:00
parent 3dfbeb07f6
commit b7118b60fe
10 changed files with 37 additions and 11 deletions

View File

@@ -661,6 +661,7 @@ struct DebugSettings {
/** Scenario editor settings. */
struct ScenarioSettings {
bool multiple_buildings; ///< allow manually adding more than one church/stadium
};
/** All settings together for the game. */