(svn r14406) -Fix [FS#Eddi]: Autoreplace did not work for vehicles in free wagon chains.
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
typedef SmallVector<const Vehicle *, 32> VehicleList;
|
||||
|
||||
void GenerateVehicleSortList(VehicleList *list, VehicleType type, PlayerID owner, uint32 index, uint16 window_type);
|
||||
void BuildDepotVehicleList(VehicleType type, TileIndex tile, VehicleList *engine_list, VehicleList *wagon_list);
|
||||
void BuildDepotVehicleList(VehicleType type, TileIndex tile, VehicleList *engine_list, VehicleList *wagon_list, bool individual_wagons = false);
|
||||
|
||||
#endif /* VEHICLELIST_H */
|
||||
|
Reference in New Issue
Block a user