Files @ r23468:75c935eb854b
Branch filter:

Location: cpp/openttd-patchpack/source/azure-pipelines-release.yml

peter1138
Fix #7372: FindStationsAroundTiles() with caching returns no result for industry tiles.

Currently this can only be triggered by NewGRF house tiles querying for cargo acceptance history
of nearby stations (var 0x64) with a tile offset, and providing an offset that happens to point
to an industry tile. This serves no useful purpose.
1
2
3
4
5
6
7
trigger: none
pr: none

jobs:
- template: azure-pipelines/templates/release.yml
  parameters:
    IsStableRelease: false