From cb1f28a3a3a0198ecbdb644af4edd9ce47115118 Mon Sep 17 00:00:00 2001 From: sakagushi Date: Thu, 6 Feb 2014 04:34:54 -0200 Subject: [PATCH] Meh, spacing. --- src/client/map.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/map.cpp b/src/client/map.cpp index 4b9c9eeb..10551b07 100644 --- a/src/client/map.cpp +++ b/src/client/map.cpp @@ -806,8 +806,8 @@ std::tuple, Otc::PathFindResult> Map::findPath(const if(!node->evaluated) currentNode = node; - } - searchList.clear(); + + searchList.clear(); } if(foundNode) {