(svn r20768) -Codechange: unify send-to-depot commands

This commit is contained in:
rubidium
2010-09-08 18:55:58 +00:00
parent 31c119cc57
commit db3a6485d7
10 changed files with 42 additions and 134 deletions

View File

@@ -59,7 +59,6 @@ void MarkSingleVehicleDirty(const Vehicle *v);
UnitID GetFreeUnitNumber(VehicleType type);
CommandCost SendAllVehiclesToDepot(VehicleType type, DoCommandFlag flags, bool service, Owner owner, uint16 vlw_flag, uint32 id);
void VehicleEnterDepot(Vehicle *v);
bool CanBuildVehicleInfrastructure(VehicleType type);