summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-06-18 22:09:54 +0000
committerrubidium <rubidium@openttd.org>2007-06-18 22:09:54 +0000
commit6900de65b942b6c0c5a29331747bce3a963c7012 (patch)
treee0e169d58b91c15225839d4217e6cd10e081246c /src/variables.h
parent23727da96f66d7df800cc5aa70d05abce8002d79 (diff)
downloadopenttd-6900de65b942b6c0c5a29331747bce3a963c7012.tar.xz
(svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variables.h b/src/variables.h
index a43d9d1f3..4277f5111 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -18,7 +18,7 @@
VARDEF Prices _price;
VARDEF uint16 _price_frac[NUM_PRICES];
-VARDEF uint32 _cargo_payment_rates[NUM_CARGO];
+VARDEF Money _cargo_payment_rates[NUM_CARGO];
VARDEF uint16 _cargo_payment_rates_frac[NUM_CARGO];
struct GameOptions {