diff --git a/src/pathfind/pathfind.cpp b/src/pathfind/pathfind.cpp index d8d1f4c5008..77a2477313f 100644 --- a/src/pathfind/pathfind.cpp +++ b/src/pathfind/pathfind.cpp @@ -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 =