Use btree_set for IndustryList and StationList

This commit is contained in:
Jonathan G Rennison
2019-03-13 02:49:35 +00:00
parent 5e6d283463
commit 290471c70f
3 changed files with 5 additions and 5 deletions

View File

@@ -4068,7 +4068,7 @@ void FindStationsAroundTiles(const TileArea &location, StationList *stations, bo
uint x = TileX(location.tile);
uint y = TileY(location.tile);
std::set<StationID> seen_stations;
btree::btree_set<StationID> seen_stations;
/* Scan an area around the building covering the maximum possible station
* to find the possible nearby stations. */