File diff r27075:9f21e27136e8 → r27076:65ea8be28e55
src/vehicle.cpp
Show inline comments
 
@@ -771,7 +771,7 @@ uint32 Vehicle::GetGRFID() const
 
 */
 
void Vehicle::ShiftDates(int interval)
 
{
 
	this->date_of_last_service += interval;
 
	this->date_of_last_service = std::max(this->date_of_last_service + interval, 0);
 
}
 

	
 
/**