mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-18 09:52:44 +01:00
This commit is contained in:
@@ -1838,7 +1838,7 @@ static void DoCreateNewIndustry(Industry *i, TileIndex tile, IndustryType type,
|
||||
if (indspec->callback_mask.Test(IndustryCallbackMask::Production256Ticks)) {
|
||||
IndustryProductionCallback(i, 1);
|
||||
for (auto &p : i->produced) {
|
||||
p.history[LAST_MONTH].production = p.waiting * 8;
|
||||
p.history[LAST_MONTH].production = ScaleByCargoScale(p.waiting * 8, false);
|
||||
p.waiting = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user