From fab2d34959c52383f6be3cb6634c6776b41f62a8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 13 Oct 2022 20:27:46 +0100 Subject: Standard typedefs for Node --- game/network/routeWalker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'game/network/routeWalker.h') diff --git a/game/network/routeWalker.h b/game/network/routeWalker.h index e0577ae..ebdf66e 100644 --- a/game/network/routeWalker.h +++ b/game/network/routeWalker.h @@ -9,10 +9,10 @@ public: RouteWalker(); - Solution findRouteTo(const Link::End & currentEnd, const NodePtr & dest); + Solution findRouteTo(const Link::End & currentEnd, const Node::Ptr & dest); private: - void findRouteTo(const Link::End & currentEnd, const NodePtr & dest, float length); + void findRouteTo(const Link::End & currentEnd, const Node::Ptr & dest, float length); std::set visited; Solution bestSolution, currentSolution; -- cgit v1.2.3