Home
last modified time | relevance | path

Searched refs:reachable_midpoints (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMapWnd.cpp3287 std::vector<int> reachable_midpoints; in GetPathsThroughSupplyLanes() local
3342 reachable_midpoints.push_back(curr.curr); in GetPathsThroughSupplyLanes()
3343 reachable_midpoints.push_back(next); in GetPathsThroughSupplyLanes()
3362 if (reachable_midpoints.empty()) in GetPathsThroughSupplyLanes()
3374 for (int reachable_midpoint : reachable_midpoints) { in GetPathsThroughSupplyLanes()