From bb2f8d8d1abf3ed4951eea13361d64127e4a6b8c Mon Sep 17 00:00:00 2001 From: signde Date: Mon, 13 Sep 2004 22:49:11 +0000 Subject: (svn r240) -Fix: desync on subsidy generation -Fix: sometimes commands got executed to early on some clients -Feature: universal event packets for transmitting subsidys --- economy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'economy.h') diff --git a/economy.h b/economy.h index 690fc61fc..c9c043ff1 100644 --- a/economy.h +++ b/economy.h @@ -70,6 +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); 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); -- cgit v1.2.3-54-g00ecf