(svn r8747) -Fix
-Codechange: Make the encoding of accepted aircraft types of airports a bit more sensible and move the enum into struct AirportFTAClass
This commit is contained in:
@@ -321,7 +321,7 @@ typedef struct {
|
||||
byte vehicle_type;
|
||||
union {
|
||||
RailTypeByte railtype;
|
||||
AcceptPlanesByte acc_planes; // AIRCRAFT_ONLY, ALL, HELICOPTERS_ONLY
|
||||
AirportFTAClass::Flags flags;
|
||||
} filter;
|
||||
byte sel_index; // deprecated value, used for 'unified' ship and road
|
||||
bool descending_sort_order;
|
||||
|
Reference in New Issue
Block a user