parent
911411a1a8
commit
61bbd51f3a
1 changed files with 0 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue