Fix production cargo icon in industry window

pull/661/head
Jonathan G Rennison 4 months ago
parent 40f5f17e32
commit 0993622f09

@ -965,7 +965,7 @@ public:
first = false;
}
DrawCargoIcon(ir, i->accepts_cargo[j]);
DrawCargoIcon(ir, i->produced_cargo[j]);
SetDParam(0, i->produced_cargo[j]);
SetDParam(1, i->last_month_production[j]);

Loading…
Cancel
Save