(svn r13356) -Codechange: Incorrect documentation and variable type for inflation rates

This commit is contained in:
peter1138
2008-06-02 06:42:27 +00:00
parent 0812e2f959
commit 10b494d260
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {