diff --git a/src/station.cpp b/src/station.cpp index 89064f77a7..ee000a8e0a 100644 --- a/src/station.cpp +++ b/src/station.cpp @@ -287,7 +287,7 @@ static bool FindIndustryToDeliver(TileIndex ind_tile, void *user_data) */ void Station::RecomputeIndustriesNear() { - this->industries_near.Reset(); + this->industries_near.Clear(); if (this->rect.IsEmpty()) return; /* Compute acceptance rectangle */