(svn r13356) -Codechange: Incorrect documentation and variable type for inflation rates
This commit is contained in:
@@ -18,7 +18,7 @@ struct Economy {
|
||||
int fluct;
|
||||
byte interest_rate; ///< Interest
|
||||
byte infl_amount; ///< inflation amount
|
||||
byte infl_amount_pr; ///< "floating" portion of inflation
|
||||
byte infl_amount_pr; ///< inflation rate for payment rates
|
||||
};
|
||||
|
||||
struct Subsidy {
|
||||
|
Reference in New Issue
Block a user