mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
Fix autorenew ship purchase cost not being applied for multi-cargo ships
This commit is contained in:
parent
891874a145
commit
94cffc0aea
@ -348,7 +348,7 @@ static CommandCost BuildReplacementMultiPartShipSimple(EngineID e, const Vehicle
|
||||
if (refit_cost.Succeeded()) cost.AddCost(refit_cost);
|
||||
}
|
||||
|
||||
return CommandCost();
|
||||
return cost;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user