mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
AINodeStorage.h NKAI #define to NK2AI
This commit is contained in:
@@ -153,7 +153,7 @@ void GraphPaths::dumpToLog() const
|
||||
if(!node.previous.valid())
|
||||
continue;
|
||||
|
||||
if(NKAI_GRAPH_TRACE_LEVEL >= 2)
|
||||
if(NK2AI_GRAPH_TRACE_LEVEL >= 2)
|
||||
{
|
||||
logAi->trace(
|
||||
"%s -> %s: %f !%d",
|
||||
|
||||
Reference in New Issue
Block a user