From 0c3ece739650c16caecbe88991b2c2ceabbb1fee Mon Sep 17 00:00:00 2001 From: AviationGamerX <76180779+AviationGamerX@users.noreply.github.com> Date: Sat, 14 Sep 2024 22:55:57 +0300 Subject: [PATCH] Update settings_type.h: Difficulity Struct Addition Added a new variable that holds the new percentage of max loan --- src/settings_type.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/settings_type.h b/src/settings_type.h index ae6f22c42e..8fea3a0039 100644 --- a/src/settings_type.h +++ b/src/settings_type.h @@ -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