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
commitfbb22487fc5757874b119f62ab8128314d6664ab (patch)
treee0e169d58b91c15225839d4217e6cd10e081246c /src/variables.h
parent2ee73b50b8dae28f53acabcb5b7c0e3f02139db2 (diff)
downloadopenttd-fbb22487fc5757874b119f62ab8128314d6664ab.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 {