From fbb22487fc5757874b119f62ab8128314d6664ab Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 18 Jun 2007 22:09:54 +0000 Subject: (svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit --- src/variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/variables.h') 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 { -- cgit v1.2.3-54-g00ecf