mirror of https://github.com/OpenTTD/OpenTTD
Update settings_type.h: Difficulity Struct Addition
Added a new variable that holds the new percentage of max loanpull/12974/head
parent
2f7d225b19
commit
0c3ece7396
|
@ -101,6 +101,7 @@ struct DifficultySettings {
|
|||
uint8_t number_towns; ///< the amount of towns
|
||||
uint8_t industry_density; ///< The industry density. @see IndustryDensity
|
||||
uint32_t max_loan; ///< the maximum initial loan
|
||||
uint32_t max_loan_percentage; ///< the percentage increase/decrease of the default maximum intial loan
|
||||
uint8_t initial_interest; ///< amount of interest (to pay over the loan)
|
||||
uint8_t vehicle_costs; ///< amount of money spent on vehicle running cost
|
||||
uint8_t competitor_speed; ///< the speed at which the AI builds
|
||||
|
|
Loading…
Reference in New Issue