(svn r21466) -Codechange: make VehicleHasDepotOrders a function of Vehicle.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user