Fix date cheat/scenario load not adjusting vehicle date of last service

This commit is contained in:
Jonathan G Rennison
2021-04-24 21:52:06 +01:00
parent ff35a783bf
commit e6a858c0dc
5 changed files with 13 additions and 1 deletions

View File

@@ -1427,4 +1427,6 @@ void ClearVehicleTickCaches();
void RemoveFromOtherVehicleTickCache(const Vehicle *v);
void UpdateAllVehiclesIsDrawn();
void ShiftVehicleDates(int interval);
#endif /* VEHICLE_BASE_H */