mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 16:45:42 +00:00
Revert "Quell CID 1380157"
This reverts commit 37ac4414b9e8ec1458e46b96b6564e15c7eb63ac.
This commit is contained in:
parent
911411a1a8
commit
61bbd51f3a
@ -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…
x
Reference in New Issue
Block a user