File diff r26253:da15255c652b → r26254:4dd185cf8a2d
src/economy.cpp
Show inline comments
 
@@ -1213,7 +1213,7 @@ CargoPayment::~CargoPayment()
 
	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);
 
	}