Meh, spacing.

This commit is contained in:
sakagushi 2014-02-06 04:34:54 -02:00
parent cc1e3c534e
commit cb1f28a3a3
1 changed files with 2 additions and 2 deletions

View File

@ -806,7 +806,7 @@ std::tuple<std::vector<Otc::Direction>, Otc::PathFindResult> Map::findPath(const
if(!node->evaluated)
currentNode = node;
}
searchList.clear();
}