File diff r26253:da15255c652b → r26254:4dd185cf8a2d
src/vehicle.cpp
Show inline comments
 
@@ -1086,7 +1086,7 @@ void CallVehicleTicks()
 

	
 
		if (!IsLocalCompany()) continue;
 

	
 
		if (res.Succeeded() && res.GetCost() != 0) {
 
		if (res.Succeeded()) {
 
			ShowCostOrIncomeAnimation(x, y, z, res.GetCost());
 
			continue;
 
		}