mirror of https://github.com/OpenTTD/OpenTTD
(svn r9887) -Fix (r9867): Industry production statistics messed up...
parent
88042df6bb
commit
44fc08391d
|
@ -1649,8 +1649,8 @@ static void UpdateIndustryStatistics(Industry *i)
|
|||
}
|
||||
i->pct_transported[j] = pct;
|
||||
|
||||
i->total_production[0] = i->last_mo_production[0];
|
||||
i->last_mo_production[0] = 0;
|
||||
i->total_production[j] = i->last_mo_production[j];
|
||||
i->last_mo_production[j] = 0;
|
||||
|
||||
i->total_transported[j] = i->last_mo_transported[j];
|
||||
i->last_mo_transported[j] = 0;
|
||||
|
|
Loading…
Reference in New Issue