forkserf / forkserf

a continuation of "FreeSerf"

Home Page:https://forkserf.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make build_best_roads nearby_flags list a set instead of vector to avoid dupes

tlongstretch opened this issue · comments

MapPosVector nearby_flags; // CONSIDER MAKING THIS A SET instead of VECTOR because it should only have UNIQUE flags, and it is wasteful to pathfind the same solution twice!!