forked from mirror/OpenTTD
(svn r23876) -Fix (r23408) [FS#5039]: Generate industry subsidies again. (Emmeran)
This commit is contained in:
@@ -504,7 +504,7 @@ void SubsidyMonthlyLoop()
|
||||
int n = 1000;
|
||||
|
||||
do {
|
||||
industry_subsidy = FindSubsidyTownCargoRoute();
|
||||
industry_subsidy = FindSubsidyIndustryCargoRoute();
|
||||
} while (!industry_subsidy && n--);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user