diff options
Diffstat (limited to 'src/economy.h')
-rw-r--r-- | src/economy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/economy.h b/src/economy.h index 00047f002..f142c8d28 100644 --- a/src/economy.h +++ b/src/economy.h @@ -61,7 +61,7 @@ extern int _score_part[MAX_PLAYERS][SCORE_END]; int UpdateCompanyRatingAndValue(Player *p, bool update); VARDEF Subsidy _subsidies[MAX_PLAYERS]; -Pair SetupSubsidyDecodeParam(const Subsidy* s, bool mode); +Pair SetupSubsidyDecodeParam(const Subsidy *s, bool mode); void DeleteSubsidyWithTown(TownID index); void DeleteSubsidyWithIndustry(IndustryID index); void DeleteSubsidyWithStation(StationID index); |