Revert "Revert "don't return depots unconditionally""

This reverts commit 2616c95bf3.
This commit is contained in:
Tim Felgentreff 2022-02-16 08:42:51 +01:00
parent 8dfb7bcf67
commit 9dd63b37fa

View file

@ -208,10 +208,6 @@ class BestDepotFinder
return;
}
if (this->best_dist == INT_MAX) {
this->best_depot = dest;
}
if (distance >= this->best_dist) {
//if the depot's simple distance is greater or equal to the real travel distance of the currently-chosen depot, then it can never be closer than it, and we have no reason to actually calculate its real travel distance
return;