From 3f7eb666ba71af02cd94e862e1182f445e9025de Mon Sep 17 00:00:00 2001 From: celestar Date: Fri, 31 Mar 2006 08:59:19 +0000 Subject: (svn r4194) -Codechange: Renamed UpdatePlayerHouse to UpdateCompanyHQ because the rest of the code calls it Comapany HQ. Moved it to unmovable_cmd.c because CompanyHQ is an unmovable and has nothing to do with economy. --- economy.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'economy.h') diff --git a/economy.h b/economy.h index 1167c6860..e3ff9e6ce 100644 --- a/economy.h +++ b/economy.h @@ -57,8 +57,6 @@ extern const ScoreInfo _score_info[]; extern int _score_part[MAX_PLAYERS][NUM_SCORE]; int UpdateCompanyRatingAndValue(Player *p, bool update); -void UpdatePlayerHouse(Player *p, uint score); - VARDEF Subsidy _subsidies[MAX_PLAYERS]; Pair SetupSubsidyDecodeParam(const Subsidy* s, bool mode); -- cgit v1.2.3-54-g00ecf