(svn r24995) -Codechange: Add flags to vehicle service interval for custom & ispercent (peter1138)

This commit is contained in:
rubidium
2013-02-14 17:06:49 +00:00
parent 2c67dc3d9f
commit 8539c04192
10 changed files with 85 additions and 10 deletions

View File

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