From 4325f13f7473daee568f54a9f262c997d81e92e5 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 5 Mar 2005 18:44:26 +0000 Subject: (svn r1928) Miscellaneous cleanups (data types, whitespace, const correctness) --- station.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'station.h') diff --git a/station.h b/station.h index cb843f415..0402dd0b4 100644 --- a/station.h +++ b/station.h @@ -178,8 +178,8 @@ static inline uint16 GetRoadStopPoolSize(void) VARDEF bool _station_sort_dirty[MAX_PLAYERS]; VARDEF bool _global_station_sort_dirty; -void GetProductionAroundTiles(uint *produced, uint tile, int w, int h, int rad); -void GetAcceptanceAroundTiles(uint *accepts, uint tile, int w, int h, int rad); +void GetProductionAroundTiles(AcceptedCargo produced, TileIndex tile, int w, int h, int rad); +void GetAcceptanceAroundTiles(AcceptedCargo accepts, TileIndex tile, int w, int h, int rad); uint GetStationPlatforms(Station *st, uint tile); -- cgit v1.2.3-54-g00ecf