Codechange: Refactor FindStationsAroundTiles to avoid code duplication
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
|
||||
void ModifyStationRatingAround(TileIndex tile, Owner owner, int amount, uint radius);
|
||||
|
||||
void FindStationsAroundTiles(const TileArea &location, StationList *stations, bool use_nearby = true);
|
||||
|
||||
void ShowStationViewWindow(StationID station);
|
||||
void UpdateAllStationVirtCoords();
|
||||
void ClearAllStationCachedNames();
|
||||
|
Reference in New Issue
Block a user