src/variables.h
changeset 8116 8da76dcb3287
parent 7991 d6a95a5593ba
child 8119 52b48108425a
equal deleted inserted replaced
8115:3953396b0fd7 8116:8da76dcb3287
     8 #include "yapf/yapf_settings.h"
     8 #include "yapf/yapf_settings.h"
     9 
     9 
    10 /* ********* START OF SAVE REGION */
    10 /* ********* START OF SAVE REGION */
    11 
    11 
    12 #include "gfx.h"
    12 #include "gfx.h"
    13 
       
    14 /* Prices and also the fractional part. */
       
    15 VARDEF Prices _price;
       
    16 VARDEF uint16 _price_frac[NUM_PRICES];
       
    17 
    13 
    18 VARDEF Money  _cargo_payment_rates[NUM_CARGO];
    14 VARDEF Money  _cargo_payment_rates[NUM_CARGO];
    19 VARDEF uint16 _cargo_payment_rates_frac[NUM_CARGO];
    15 VARDEF uint16 _cargo_payment_rates_frac[NUM_CARGO];
    20 
    16 
    21 struct GameOptions {
    17 struct GameOptions {