summaryrefslogtreecommitdiff
path: root/economy.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-13 23:43:54 +0000
committerdarkvater <darkvater@openttd.org>2004-09-13 23:43:54 +0000
commit72457bac0dd4d20e98a1f7d537316f34a2ec5844 (patch)
tree12c3cf4efc4c5cd741f8686c68df2dcb3f93b04a /economy.h
parentbb2f8d8d1abf3ed4951eea13361d64127e4a6b8c (diff)
downloadopenttd-72457bac0dd4d20e98a1f7d537316f34a2ec5844.tar.xz
(svn r241) -Fix: Trailing spaces :O
Diffstat (limited to 'economy.h')
-rw-r--r--economy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/economy.h b/economy.h
index c9c043ff1..36ac2247e 100644
--- a/economy.h
+++ b/economy.h
@@ -70,7 +70,7 @@ VARDEF Subsidy _subsidies[MAX_PLAYERS];
Pair SetupSubsidyDecodeParam(Subsidy *s, bool mode);
void DeleteSubsidyWithIndustry(byte index);
void DeleteSubsidyWithStation(byte index);
-void RemoteSubsidyAdd(Subsidy *s_new);
+void RemoteSubsidyAdd(Subsidy *s_new);
int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, byte cargo_type);
uint MoveGoodsToStation(uint tile, int w, int h, int type, uint amount);