From 93fe91cc8c1f38678dfb7cef6ede77c56ab36c1b Mon Sep 17 00:00:00 2001 From: peter1138 Date: Wed, 21 Mar 2007 13:19:01 +0000 Subject: (svn r9388) -Codechange: variable scope and type, and standardify all CargoID loops. --- src/economy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/economy.h') diff --git a/src/economy.h b/src/economy.h index 4519e182f..b15f42221 100644 --- a/src/economy.h +++ b/src/economy.h @@ -66,6 +66,6 @@ void DeleteSubsidyWithIndustry(IndustryID index); void DeleteSubsidyWithStation(StationID index); int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, CargoID cargo_type); -uint MoveGoodsToStation(TileIndex tile, int w, int h, int type, uint amount); +uint MoveGoodsToStation(TileIndex tile, int w, int h, CargoID type, uint amount); #endif /* ECONOMY_H */ -- cgit v1.2.3-54-g00ecf