From f0fbd4790fcff58deb8d9e2c3431e532b8845a84 Mon Sep 17 00:00:00 2001 From: sakagushi Date: Thu, 6 Feb 2014 04:36:39 -0200 Subject: [PATCH] And do not delete curly brackets. --- src/client/map.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/map.cpp b/src/client/map.cpp index 10551b07..8bc3c6cc 100644 --- a/src/client/map.cpp +++ b/src/client/map.cpp @@ -806,6 +806,7 @@ std::tuple, Otc::PathFindResult> Map::findPath(const if(!node->evaluated) currentNode = node; + } searchList.clear(); }