Revert "Quell CID 1380157"

This reverts commit 37ac4414b9.
This commit is contained in:
Jyrki Vesterinen 2017-11-01 18:17:41 +02:00
parent 911411a1a8
commit 61bbd51f3a

View file

@ -447,7 +447,6 @@ static void find_routes(
for (int x = xmin; x <= xmax; ++x) {
for (int y = ymin; y <= ymax; ++y)
{
assert(index(x, y) >= 0);
const findroute_node &n = nodes[index(x,y)];
if ( n.search_num == search_counter ) {
paths::step s =