OpenTTD/OpenTTD

[Bug]: Incorrect payment for aircraft mail secondary cargo

Closed this issue · 0 comments

Version of OpenTTD

20240403-master-g931aa39018

Expected result

Cargo packets' current_tile is the tile the aircraft was at for aircraft mail secondary cargo.

Actual result

Cargo packets' current_tile is 0 for aircraft mail secondary cargo.

Steps to reproduce

All problems appear to be the usage of v->tile on economy.cpp, lines:
1304
1444
1479
1570
1704
1731
1801