diff -r 23958632a582 -r f1efbac04112 economy.h --- a/economy.h Mon Sep 13 22:49:11 2004 +0000 +++ b/economy.h Mon Sep 13 23:43:54 2004 +0000 @@ -70,7 +70,7 @@ 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);