Files @ r23554:d690e3d46135
Branch filter:

Location: cpp/openttd-patchpack/source/projects/openttd_vs141.vcxproj.filters.in

PeterN
Fix: Incorrect display of industry production around tiles. (#7426)

Display of industry production around tiles (as shown when placing a station)
did not take account of the station catchment changes, so still showed production
from an industry even if it was not covered by a tile.

This is fixed by making a set of nearby industries that are covered, instead of
looping over all possible industries.
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
!!FILTERS!!
  </ItemGroup>
  <ItemGroup>
!!FILES!!
  </ItemGroup>
  <ItemGroup>
    <None Include="..\media\openttd.ico" />
    <None Include="..\README.md" />
  </ItemGroup>
</Project>