summaryrefslogtreecommitdiff
path: root/economy.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-03-31 08:59:19 +0000
committercelestar <celestar@openttd.org>2006-03-31 08:59:19 +0000
commit3f7eb666ba71af02cd94e862e1182f445e9025de (patch)
tree3727f85f2767737fb8f5414b2ed6b0fe2ee22a24 /economy.h
parentc4a4bb2ffbb71a044f9200e47c242b2efc5bbca2 (diff)
downloadopenttd-3f7eb666ba71af02cd94e862e1182f445e9025de.tar.xz
(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.
Diffstat (limited to 'economy.h')
-rw-r--r--economy.h2
1 files changed, 0 insertions, 2 deletions
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);