Delete roads that are from old paths
rourke750 opened this issue · comments
rourke750 commented
when new paths are formed old roads are still present, modify the method to delete the old roads
rourke750 commented
Can keep track of roads most traveled and if they aren't delete
rourke750 commented
Keep track of all roads from the construction methods. Then I can keep in heap and update it every x amount of time. Then repair list will only repair roads in that list and other structures from find struct.
rourke750 commented
When each construction method runs have it add its own to heap, then I don't need an additional thread