File diff r19009:96eea6657084 → r19010:67c7dc093316
src/subsidy.cpp
Show inline comments
 
@@ -504,7 +504,7 @@ void SubsidyMonthlyLoop()
 
		int n = 1000;
 

	
 
		do {
 
			industry_subsidy = FindSubsidyTownCargoRoute();
 
			industry_subsidy = FindSubsidyIndustryCargoRoute();
 
		} while (!industry_subsidy && n--);
 
	}