mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-08 15:07:16 +00:00
Prelim swimming support
This commit is contained in:
@@ -114,7 +114,7 @@ PathfinderWaypoint::~PathfinderWaypoint()
|
||||
{
|
||||
}
|
||||
|
||||
IPathfinder::IPath PathfinderWaypoint::FindRoute(const glm::vec3 &start, const glm::vec3 &end, bool &partial, bool &stuck)
|
||||
IPathfinder::IPath PathfinderWaypoint::FindRoute(const glm::vec3 &start, const glm::vec3 &end, bool &partial, bool &stuck, int flags)
|
||||
{
|
||||
stuck = false;
|
||||
partial = false;
|
||||
|
||||
Reference in New Issue
Block a user