(svn r16706) -Fix (r16694): acquiring a subsidy resulted in an assertion.

This commit is contained in:
rubidium
2009-07-01 09:45:30 +00:00
parent 50827afb71
commit e189037662
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ Pair SetupSubsidyDecodeParam(const Subsidy *s, bool mode);
void DeleteSubsidyWithTown(TownID index);
void DeleteSubsidyWithIndustry(IndustryID index);
void DeleteSubsidyWithStation(StationID index);
bool CheckSubsidised(const Station *from, const Station *to, CargoID cargo_type);
bool CheckSubsidised(const Station *from, const Station *to, CargoID cargo_type, CompanyID company);
void SubsidyMonthlyHandler();
#endif /* SUBSIDY_FUNC_H */