summaryrefslogtreecommitdiff
path: root/src/station_func.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-11-22 15:48:43 +0000
committerfrosch <frosch@openttd.org>2008-11-22 15:48:43 +0000
commitb759ccd0324cbb5aed606fffb5bcf8f1b494bbe5 (patch)
tree13043892b449620aed1491b560632b769676dba1 /src/station_func.h
parent6e93e611c8f64c38d83e5ebd45abb59913c22dcc (diff)
downloadopenttd-b759ccd0324cbb5aed606fffb5bcf8f1b494bbe5.tar.xz
(svn r14604) -Codechange: Simplify a function and rename it, and fix some comments.
Diffstat (limited to 'src/station_func.h')
-rw-r--r--src/station_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_func.h b/src/station_func.h
index 12f045d15..ebb41a40d 100644
--- a/src/station_func.h
+++ b/src/station_func.h
@@ -20,7 +20,7 @@ void ModifyStationRatingAround(TileIndex tile, Owner owner, int amount, uint rad
/** A set of stations (\c const \c Station* ) */
typedef std::set<Station*, PoolItemIndexLess<Station> > StationSet;
-StationSet FindStationsAroundIndustryTile(TileIndex tile, int w, int h);
+StationSet FindStationsAroundTiles(TileIndex tile, int w_prod, int h_prod);
void ShowStationViewWindow(StationID station);
void UpdateAllStationVirtCoord();