summaryrefslogtreecommitdiff
path: root/economy.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-01 21:54:12 +0000
committerdarkvater <darkvater@openttd.org>2004-09-01 21:54:12 +0000
commit3b96ad994c43581918c3a5fa060f184d2c730f71 (patch)
tree70c7281080f4c25e80d32f9e7c77816a506ca463 /economy.h
parent6f3c862a242bb69cbad434dea4f8b1123728f04f (diff)
downloadopenttd-3b96ad994c43581918c3a5fa060f184d2c730f71.tar.xz
(svn r148) -Feature: Company HQ can now be moved somewhere else (cost 1% of company value). Water floods HQ.
-Some layout fixes for command.c -Tileinfo debug window in console now shows Tile in decimal numbers
Diffstat (limited to 'economy.h')
-rw-r--r--economy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/economy.h b/economy.h
index cee60e314..89f694f0e 100644
--- a/economy.h
+++ b/economy.h
@@ -62,7 +62,8 @@ static const ScoreInfo score_info[] = {
int _score_part[MAX_PLAYERS][NUM_SCORE];
-void UpdateCompanyRatingAndValue(Player *p, bool update);
+int UpdateCompanyRatingAndValue(Player *p, bool update);
+void UpdatePlayerHouse(Player *p, uint score);
VARDEF Subsidy _subsidies[MAX_PLAYERS];