diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -2066,7 +2066,7 @@ static int WhoCanServiceIndustry(Industr { /* Find all stations within reach of the industry */ StationList stations; - FindStationsAroundTiles(ind->xy, ind->width, ind->height, &stations); + FindStationsAroundTiles(TileArea(ind->xy, ind->width, ind->height), &stations); if (stations.Length() == 0) return 0; // No stations found at all => nobody services