1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

NK2AI_TRACE_LEVEL 0 -> 2 because it should be safe now after the thread local fix

This commit is contained in:
Mircea TheHonestCTO
2025-08-30 06:53:26 +02:00
parent 1b0b15063f
commit 12076a03fd

View File

@@ -12,7 +12,7 @@
#define NK2AI_PATHFINDER_TRACE_LEVEL 0
constexpr int NK2AI_GRAPH_TRACE_LEVEL = 0; // To actually enable graph visualization, enter `/vslog graph` in game chat
#define NK2AI_TRACE_LEVEL 0
#define NK2AI_TRACE_LEVEL 2 //
#include "../../../lib/pathfinder/CGPathNode.h"
#include "../../../lib/pathfinder/INodeStorage.h"