diff -r 2ca2f0a7b709 -r 8e6293476b5c src/economy.h --- a/src/economy.h Fri Jul 13 10:46:07 2007 +0000 +++ b/src/economy.h Fri Jul 13 12:08:37 2007 +0000 @@ -11,6 +11,7 @@ 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