(svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit

This commit is contained in:
rubidium
2007-06-18 22:09:54 +00:00
parent 2ee73b50b8
commit fbb22487fc
3 changed files with 5 additions and 5 deletions

View File

@@ -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 {