Add setting to select cargo payment algorithm

See: #506
This commit is contained in:
Jonathan G Rennison
2023-04-29 13:00:33 +01:00
parent 211c1ba61d
commit e26bea6ce4
7 changed files with 40 additions and 3 deletions

View File

@@ -705,6 +705,7 @@ struct EconomySettings {
uint8 day_length_factor; ///< factor which the length of day is multiplied
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
};
struct LinkGraphSettings {