(svn r21561) -Change: Allow to specify the number of vehicles to refit in the refit vehicle command.

This commit is contained in:
terkhen
2010-12-21 13:52:10 +00:00
parent f1c0366667
commit d3dd1b0e2f
3 changed files with 40 additions and 6 deletions

View File

@@ -183,4 +183,7 @@ bool CanVehicleUseStation(const Vehicle *v, const struct Station *st);
void ReleaseDisastersTargetingVehicle(VehicleID vehicle);
typedef SmallVector<VehicleID, 2> VehicleSet;
void GetVehicleSet(VehicleSet &set, Vehicle *v, uint8 num_vehicles);
#endif /* VEHICLE_FUNC_H */