File diff r14157:8722b3bbfc4d → r14158:56944d690621
src/industry_cmd.cpp
Show inline comments
 
@@ -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