refactor(Core/Travel): Drop unused MAX_PATHFINDING_DISTANCE constant (orphaned by ExecuteTravelPlan removal)

This commit is contained in:
bash 2026-05-31 15:50:01 +02:00
parent 45a3189d4b
commit e07f56d2a7

View File

@ -86,8 +86,6 @@
// (saveNodeStore) and by the debug dump command. // (saveNodeStore) and by the debug dump command.
// //
constexpr float MAX_PATHFINDING_DISTANCE = 296.0f;
enum class TravelNodePathType : uint8 enum class TravelNodePathType : uint8
{ {
none = 0, none = 0,