diff --git a/common/pathfind.h b/common/pathfind.h index e037b388c..725a284a4 100644 --- a/common/pathfind.h +++ b/common/pathfind.h @@ -50,7 +50,7 @@ public: ~PathfindingRoute(); bool Active() const { return m_active; } - bool PathfindingRoute::DestinationValid(const glm::vec3 &dest); + bool DestinationValid(const glm::vec3 &dest); void CalcCurrentNode(const glm::vec3 ¤t_pos, bool &wp_changed); const PathfindingNode& GetCurrentNode() { return m_nodes[m_current_node]; } unsigned short GetPreviousNodeFlag();