diff -r 1d7538888215 -r 452d21d281e6 src/industry_cmd.cpp --- a/src/industry_cmd.cpp Sat Nov 22 13:09:31 2008 +0000 +++ b/src/industry_cmd.cpp Sat Nov 22 15:48:43 2008 +0000 @@ -1966,7 +1966,7 @@ int WhoCanServiceIndustry(Industry* ind) { /* Find all stations within reach of the industry */ - StationSet stations = FindStationsAroundIndustryTile(ind->xy, ind->width, ind->height); + StationSet stations = FindStationsAroundTiles(ind->xy, ind->width, ind->height); if (stations.size() == 0) return 0; // No stations found at all => nobody services