(svn r21466) -Codechange: make VehicleHasDepotOrders a function of Vehicle.

This commit is contained in:
rubidium
2010-12-11 13:48:30 +00:00
parent ff16d3a2f8
commit d5bdeb3589
4 changed files with 7 additions and 10 deletions

View File

@@ -658,6 +658,7 @@ public:
}
bool IsEngineCountable() const;
bool HasDepotOrder() const;
};
#define FOR_ALL_VEHICLES_FROM(var, start) FOR_ALL_ITEMS_FROM(Vehicle, vehicle_index, var, start)