engine.h
changeset 2840 9038b4ab8c9a
parent 2817 cdf488223c23
child 2848 8f57563f8ddf
equal deleted inserted replaced
2839:a466d41923d8 2840:9038b4ab8c9a
    14 	byte base_cost;
    14 	byte base_cost;
    15 	uint16 max_speed;
    15 	uint16 max_speed;
    16 	uint16 power;
    16 	uint16 power;
    17 	uint16 weight;
    17 	uint16 weight;
    18 	byte running_cost_base;
    18 	byte running_cost_base;
       
    19 	byte running_cost_class;
    19 	byte engclass; // 0: steam, 1: diesel, 2: electric
    20 	byte engclass; // 0: steam, 1: diesel, 2: electric
    20 	byte capacity;
    21 	byte capacity;
    21 	byte cargo_type;
    22 	byte cargo_type;
    22 	byte callbackmask; // see CallbackMask enum
    23 	byte callbackmask; // see CallbackMask enum
    23 	uint16 pow_wag_power;
    24 	uint16 pow_wag_power;