From 71f2789270ca091af14ab4cfd64a4f17234cf007 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 4 Jan 2010 18:16:32 +0000 Subject: (svn r18716) -Codechange: pass a TileArea to FindStationsAroundTiles --- src/station_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_func.h') diff --git a/src/station_func.h b/src/station_func.h index 59ffb2ad1..ecc794a80 100644 --- a/src/station_func.h +++ b/src/station_func.h @@ -22,7 +22,7 @@ void ModifyStationRatingAround(TileIndex tile, Owner owner, int amount, uint radius); -void FindStationsAroundTiles(TileIndex tile, int w_prod, int h_prod, StationList *stations); +void FindStationsAroundTiles(const TileArea &location, StationList *stations); void ShowStationViewWindow(StationID station); void UpdateAllStationVirtCoords(); -- cgit v1.2.3-54-g00ecf