File diff r26253:da15255c652b → r26254:4dd185cf8a2d
src/economy.cpp
Show inline comments
 
@@ -1210,13 +1210,13 @@ CargoPayment::~CargoPayment()
 
		SndPlayVehicleFx(SND_14_CASHTILL, this->front);
 
	}
 

	
 
	if (this->visual_transfer != 0) {
 
		ShowFeederIncomeAnimation(this->front->x_pos, this->front->y_pos,
 
				this->front->z_pos, this->visual_transfer, -this->visual_profit);
 
	} else if (this->visual_profit != 0) {
 
	} else {
 
		ShowCostOrIncomeAnimation(this->front->x_pos, this->front->y_pos,
 
				this->front->z_pos, -this->visual_profit);
 
	}
 

	
 
	cur_company.Restore();
 
}