(svn r19656) -Codechange/Fix: Report back if invalid vehicle lists are requested.

This commit is contained in:
frosch
2010-04-17 14:47:56 +00:00
parent 2a5ddd0dae
commit 5ecf2f7f8c
3 changed files with 11 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
typedef SmallVector<const Vehicle *, 32> VehicleList;
void GenerateVehicleSortList(VehicleList *list, VehicleType type, Owner owner, uint32 index, uint16 window_type);
bool GenerateVehicleSortList(VehicleList *list, VehicleType type, Owner owner, uint32 index, uint16 window_type);
void BuildDepotVehicleList(VehicleType type, TileIndex tile, VehicleList *engine_list, VehicleList *wagon_list, bool individual_wagons = false);
#endif /* VEHICLELIST_H */