Changeset - r19010:67c7dc093316
[Not reviewed]
master
0 1 0
terkhen - 12 years ago 2012-02-02 19:31:11
terkhen@openttd.org
(svn r23876) -Fix (r23408) [FS#5039]: Generate industry subsidies again. (Emmeran)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
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--);
 
	}
 

	
0 comments (0 inline, 0 general)