src/variables.h
branchgamebalance
changeset 9903 dc85aaa556ae
parent 9895 7bd07f43b0e3
child 9906 6f41b8713b65
equal deleted inserted replaced
9902:ed8f92929297 9903:dc85aaa556ae
     9 #if !defined(MAX_PATH)
     9 #if !defined(MAX_PATH)
    10 # define MAX_PATH 260
    10 # define MAX_PATH 260
    11 #endif
    11 #endif
    12 
    12 
    13 #include "gfx.h"
    13 #include "gfx.h"
    14 
       
    15 // Prices and also the fractional part.
       
    16 VARDEF Prices _price;
       
    17 VARDEF uint16 _price_frac[NUM_PRICES];
       
    18 
    14 
    19 VARDEF uint32 _cargo_payment_rates[NUM_CARGO];
    15 VARDEF uint32 _cargo_payment_rates[NUM_CARGO];
    20 VARDEF uint16 _cargo_payment_rates_frac[NUM_CARGO];
    16 VARDEF uint16 _cargo_payment_rates_frac[NUM_CARGO];
    21 
    17 
    22 struct GameOptions {
    18 struct GameOptions {