Changeset - r28743:23b9eb52e276
master
0
1
0
Codefix: Incorrect storage type in cargo field of industry cargo chains window. (#12051)
`supp_cargoes` and `cust_cargoes` actually contains a column index, however this index is always stored at the indexed position...
Replace with a bitmask instead, which stores if the column indices are linked.
`supp_cargoes` and `cust_cargoes` actually contains a column index, however this index is always stored at the indexed position...
Replace with a bitmask instead, which stores if the column indices are linked.
1 file changed with 23 insertions and 24 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)