diff options
Diffstat (limited to 'src/economy.h')
-rw-r--r-- | src/economy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/economy.h b/src/economy.h index 7dd55b9fe..00047f002 100644 --- a/src/economy.h +++ b/src/economy.h @@ -11,6 +11,7 @@ void SetPriceBaseMultiplier(uint price, byte factor); struct Economy { Money max_loan; ///< Maximum possible loan Money max_loan_unround; ///< Economy fluctuation status + uint16 max_loan_unround_fract; ///< Fraction of the unrounded max loan int fluct; byte interest_rate; ///< Interest byte infl_amount; ///< inflation amount |