Add setting for milliseconds per game tick mode

This commit is contained in:
Jonathan G Rennison
2023-05-22 18:40:46 +01:00
parent 5e8266ac7d
commit 5dd99fb046
14 changed files with 61 additions and 9 deletions

View File

@@ -706,6 +706,7 @@ struct EconomySettings {
uint16 random_road_reconstruction; ///< chance out of 1000 per tile loop for towns to start random road re-construction
bool disable_inflation_newgrf_flag; ///< Disable NewGRF inflation flag
CargoPaymentAlgorithm payment_algorithm; ///< Cargo payment algorithm
TickRateMode tick_rate; ///< Tick rate mode
};
struct LinkGraphSettings {