File diff r24300:dc74d00736ca → r24301:7ff717a1243f
src/subsidy.cpp
Show inline comments
 
@@ -434,7 +434,7 @@ bool FindSubsidyCargoDestination(CargoID
 
			CargoArray town_cargo_accepted = GetAcceptanceAroundTiles(dst_town->xy, 1, 1, SUBSIDY_TOWN_CARGO_RADIUS);
 

	
 
			/* Check if the town can accept this cargo. */
 
			if (town_cargo_accepted[cid] >= 8) return false;
 
			if (town_cargo_accepted[cid] < 8) return false;
 

	
 
			dst = dst_town->index;
 
			break;