Fix production cargo icon in industry window
This commit is contained in:
@@ -965,7 +965,7 @@ public:
|
|||||||
first = false;
|
first = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
DrawCargoIcon(ir, i->accepts_cargo[j]);
|
DrawCargoIcon(ir, i->produced_cargo[j]);
|
||||||
|
|
||||||
SetDParam(0, i->produced_cargo[j]);
|
SetDParam(0, i->produced_cargo[j]);
|
||||||
SetDParam(1, i->last_month_production[j]);
|
SetDParam(1, i->last_month_production[j]);
|
||||||
|
Reference in New Issue
Block a user