src/engine.h
changeset 5854 9eee280920f0
parent 5823 7aa8c2312103
child 5855 6f273e99a57a
equal deleted inserted replaced
5853:595f41f419bb 5854:9eee280920f0
    43 	byte running_cost;
    43 	byte running_cost;
    44 	SoundFxByte sfx;
    44 	SoundFxByte sfx;
    45 	bool refittable;
    45 	bool refittable;
    46 } ShipVehicleInfo;
    46 } ShipVehicleInfo;
    47 
    47 
    48 // Aircraft subtypes
    48 /* AircraftVehicleInfo subtypes */
    49 enum {
    49 enum {
    50 	AIR_CTOL = 1, // Conventional Take Off and Landing, i.e. planes
    50 	AIR_CTOL = 1, // Conventional Take Off and Landing, i.e. planes
    51 	AIR_FAST = 2
    51 	AIR_FAST = 2
    52 };
    52 };
    53 
    53