src/engine.h
changeset 9122 bc3651767850
parent 9118 bf19f7f901bc
child 9270 54cae230092d
equal deleted inserted replaced
9121:7d41612f5ba3 9122:bc3651767850
    88 
    88 
    89 struct RoadVehicleInfo {
    89 struct RoadVehicleInfo {
    90 	byte image_index;
    90 	byte image_index;
    91 	byte base_cost;
    91 	byte base_cost;
    92 	byte running_cost;
    92 	byte running_cost;
       
    93 	byte running_cost_class;
    93 	SoundFxByte sfx;
    94 	SoundFxByte sfx;
    94 	byte max_speed;
    95 	byte max_speed;
    95 	byte capacity;
    96 	byte capacity;
    96 	CargoID cargo_type;
    97 	CargoID cargo_type;
    97 };
    98 };