(svn r14604) -Codechange: Simplify a function and rename it, and fix some comments.

This commit is contained in:
frosch
2008-11-22 15:48:43 +00:00
parent 6e93e611c8
commit b759ccd032
3 changed files with 22 additions and 34 deletions

View File

@@ -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();