summaryrefslogtreecommitdiff
path: root/src/economy_type.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-06-02 06:42:27 +0000
committerpeter1138 <peter1138@openttd.org>2008-06-02 06:42:27 +0000
commit10b494d260ca14b77ff18048c02c61d6e805d824 (patch)
tree64ae4afec8c5201749f65696621bb8eb45740dee /src/economy_type.h
parent0812e2f9593664f761b02e443de1b2ef0fa014dd (diff)
downloadopenttd-10b494d260ca14b77ff18048c02c61d6e805d824.tar.xz
(svn r13356) -Codechange: Incorrect documentation and variable type for inflation rates
Diffstat (limited to 'src/economy_type.h')
-rw-r--r--src/economy_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/economy_type.h b/src/economy_type.h
index 02b515ce4..ae00296ea 100644
--- a/src/economy_type.h
+++ b/src/economy_type.h
@@ -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 {