economy.h
changeset 1977 4392ae3d8e31
parent 820 9d311999f866
child 2186 461a2aff3486
--- a/economy.h	Thu Jun 23 18:32:41 2005 +0000
+++ b/economy.h	Fri Jun 24 12:38:35 2005 +0000
@@ -73,6 +73,6 @@
 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);
+uint MoveGoodsToStation(TileIndex tile, int w, int h, int type, uint amount);
 
 #endif /* ECONOMY_H */