VarAction2: Move optimiser flags to a separate setting

This commit is contained in:
Jonathan G Rennison
2022-06-03 22:01:20 +01:00
parent 6ff8066d34
commit 9e414a1eab
5 changed files with 34 additions and 12 deletions

View File

@@ -757,6 +757,7 @@ struct CompanySettings {
/** Debug settings. */
struct DebugSettings {
uint32 chicken_bits; ///< chicken bits
uint32 newgrf_optimiser_flags; ///< NewGRF optimiser flags
};
/** Scenario editor settings. */