(svn r24996) -Change: Apply default service interval changes to vehicles without custom interval (peter1138)

This commit is contained in:
rubidium
2013-02-14 17:08:56 +00:00
parent 8539c04192
commit afa894ba3e
4 changed files with 75 additions and 6 deletions

View File

@@ -176,6 +176,4 @@ void GetVehicleSet(VehicleSet &set, Vehicle *v, uint8 num_vehicles);
void CheckCargoCapacity(Vehicle *v);
int CompanyServiceInterval(const Company *c, VehicleType type);
#endif /* VEHICLE_FUNC_H */