summaryrefslogtreecommitdiff
path: root/src/economy_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-07-07 09:23:54 +0000
committerrubidium <rubidium@openttd.org>2008-07-07 09:23:54 +0000
commitfbdc1c047643d0d6647dfe7562f4739c30f298d1 (patch)
tree26b8faeab45562ba7664a89fc0ab16b68cb86ccc /src/economy_type.h
parent3a793ceea95edefc878531bc67e1bc4a6116a9b0 (diff)
downloadopenttd-fbdc1c047643d0d6647dfe7562f4739c30f298d1.tar.xz
(svn r13679) -Fix [FS#2131]: saving TTD imported games in recession failed due to wrong (and unneeded) type conversions in the saveload code.
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 ae00296ea..f516e57ef 100644
--- a/src/economy_type.h
+++ b/src/economy_type.h
@@ -15,7 +15,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;
+ int16 fluct;
byte interest_rate; ///< Interest
byte infl_amount; ///< inflation amount
byte infl_amount_pr; ///< inflation rate for payment rates