window.h
changeset 5199 9a75b853ad22
parent 5187 12dc9dfa6af6
child 5232 d099cc0d7961
equal deleted inserted replaced
5198:7046e5b0b5bc 5199:9a75b853ad22
   398 	byte vehicle_type;
   398 	byte vehicle_type;
   399 	union {
   399 	union {
   400 		byte railtype;
   400 		byte railtype;
   401 		byte acc_planes; // AIRCRAFT_ONLY, ALL, HELICOPTERS_ONLY
   401 		byte acc_planes; // AIRCRAFT_ONLY, ALL, HELICOPTERS_ONLY
   402 	} filter;
   402 	} filter;
   403 	byte sel_index;
   403 	byte sel_index;  // deprecated value, used for 'unified' ship and road
   404 	bool descending_sort_order;
   404 	bool descending_sort_order;
   405 	byte sort_criteria;
   405 	byte sort_criteria;
   406 	EngineID sel_engine;
   406 	EngineID sel_engine;
   407 	EngineID rename_engine;
   407 	EngineID rename_engine;
   408 	EngineList eng_list;
   408 	EngineList eng_list;