File diff r25726:96b4fe65dab7 → r25727:32cd6020de0f
src/settings.cpp
Show inline comments
 
@@ -833,7 +833,7 @@ static void UpdateConsists(int32 new_val
 
}
 

	
 
/* Check service intervals of vehicles, newvalue is value of % or day based servicing */
 
static void UpdateServiceInterval(int32 new_value)
 
static void UpdateAllServiceInterval(int32 new_value)
 
{
 
	bool update_vehicles;
 
	VehicleDefaultSettings *vds;