File diff r23607:36c15679007d → r23608:a351d794c5b8
src/subsidy.cpp
Show inline comments
 
@@ -333,6 +333,7 @@ bool FindSubsidyTownCargoRoute()
 

	
 
	/* Select a random town. */
 
	const Town *src_town = Town::GetRandom();
 
	if (src_town->cache.population < SUBSIDY_CARGO_MIN_POPULATION) return false;
 

	
 
	CargoTypes town_cargo_produced = src_town->cargo_produced;