src/window.h
branchcpp_gui
changeset 6254 abc6ad7c035c
parent 6251 cd413fa2e252
child 6256 220cd0db67a4
equal deleted inserted replaced
6253:23983700e3d7 6254:abc6ad7c035c
   568 
   568 
   569 typedef struct {
   569 typedef struct {
   570 	byte vehicle_type;
   570 	byte vehicle_type;
   571 	union {
   571 	union {
   572 		RailTypeByte railtype;
   572 		RailTypeByte railtype;
   573 		AcceptPlanesByte acc_planes; // AIRCRAFT_ONLY, ALL, HELICOPTERS_ONLY
   573 		AirportFTAClass::Flags flags;
   574 	} filter;
   574 	} filter;
   575 	byte sel_index;  // deprecated value, used for 'unified' ship and road
   575 	byte sel_index;  // deprecated value, used for 'unified' ship and road
   576 	bool descending_sort_order;
   576 	bool descending_sort_order;
   577 	byte sort_criteria;
   577 	byte sort_criteria;
   578 	bool regenerate_list;
   578 	bool regenerate_list;