src/economy_type.h
changeset 9438 e6aa429e06fc
parent 8515 20b5c6e8415e
child 9623 fce00b25b921
equal deleted inserted replaced
9437:d822addc9d2a 9438:e6aa429e06fc
    16 	Money max_loan_unround; ///< Economy fluctuation status
    16 	Money max_loan_unround; ///< Economy fluctuation status
    17 	uint16 max_loan_unround_fract; ///< Fraction of the unrounded max loan
    17 	uint16 max_loan_unround_fract; ///< Fraction of the unrounded max loan
    18 	int fluct;
    18 	int fluct;
    19 	byte interest_rate;     ///< Interest
    19 	byte interest_rate;     ///< Interest
    20 	byte infl_amount;       ///< inflation amount
    20 	byte infl_amount;       ///< inflation amount
    21 	byte infl_amount_pr;    ///< "floating" portion of inflation
    21 	byte infl_amount_pr;    ///< inflation rate for payment rates
    22 };
    22 };
    23 
    23 
    24 struct Subsidy {
    24 struct Subsidy {
    25 	CargoID cargo_type;
    25 	CargoID cargo_type;
    26 	byte age;
    26 	byte age;