File diff r19232:d9c6c042a8d5 → r19233:bd16563de8bd
src/vehicle_base.h
Show inline comments
 
@@ -600,13 +600,13 @@ public:
 
		this->service_interval = src->service_interval;
 
	}
 

	
 

	
 
	bool HandleBreakdown();
 

	
 
	bool NeedsAutorenewing(const Company *c) const;
 
	bool NeedsAutorenewing(const Company *c, bool use_renew_setting = true) const;
 

	
 
	bool NeedsServicing() const;
 
	bool NeedsAutomaticServicing() const;
 

	
 
	/**
 
	 * Determine the location for the station where the vehicle goes to next.