(svn r8428) -Codechange: Add proper names to aircraft subtypes instead of magic numbers and add a function IsNormalAircraft() which tells us whether the aircraft is in fact some flying device or a rotor/shadow.
This commit is contained in:
@@ -45,7 +45,7 @@ typedef struct ShipVehicleInfo {
|
||||
bool refittable;
|
||||
} ShipVehicleInfo;
|
||||
|
||||
// Aircraft subtypes
|
||||
/* AircraftVehicleInfo subtypes */
|
||||
enum {
|
||||
AIR_CTOL = 1, // Conventional Take Off and Landing, i.e. planes
|
||||
AIR_FAST = 2
|
||||
|
Reference in New Issue
Block a user