(svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user