mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-06-20 15:39:25 +02:00
chore(Core/Travel): Drop cmangos reference in RefineWalkPoints comment
This commit is contained in:
parent
73bf6f0606
commit
20a4efe149
@ -3233,9 +3233,8 @@ bool MovementAction::RefineWalkPoints(std::vector<G3D::Vector3>& walkPoints)
|
|||||||
// Travelnode waypoints are authoritative once a plan is
|
// Travelnode waypoints are authoritative once a plan is
|
||||||
// active. When AC mmap can't validate the segment, dispatch
|
// active. When AC mmap can't validate the segment, dispatch
|
||||||
// the raw (A, B) pair instead of aborting the plan. Common
|
// the raw (A, B) pair instead of aborting the plan. Common
|
||||||
// cases: cmangos waypoints landing in 1y navmesh gaps from
|
// cases: stored waypoints landing in 1y navmesh gaps from
|
||||||
// AC extractor differences, tile-edge artifacts at zone
|
// extractor differences, tile-edge artifacts at zone borders.
|
||||||
// borders.
|
|
||||||
bool const trustRaw = segPath.empty() ||
|
bool const trustRaw = segPath.empty() ||
|
||||||
TravelPath::IsPathCheating(segPath, aPos.distance(bPos));
|
TravelPath::IsPathCheating(segPath, aPos.distance(bPos));
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user