Files
@ r28516:3caca0eb6455
Branch filter:
Location: cpp/openttd-patchpack/source/src/newgrf.cpp
r28516:3caca0eb6455
329.0 KiB
text/x-c
Fix 9602de4: FinaliseCargoArray did nothing. (#11839)
`CargoSpec::Iterate()` deliberately skips invalid cargo types, but `FinaliseCargoCarry()` is only interested in them.
`CargoSpec::Iterate()` deliberately skips invalid cargo types, but `FinaliseCargoCarry()` is only interested in them.