mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
AINodeStorage.h NKAI #define to NK2AI
This commit is contained in:
@@ -53,7 +53,7 @@ void ObjectGraph::updateGraph(const Nullkiller * aiNk)
|
||||
calculator.addMinimalDistanceJunctions();
|
||||
calculator.calculateConnections();
|
||||
|
||||
if(NKAI_GRAPH_TRACE_LEVEL >= 1)
|
||||
if(NK2AI_GRAPH_TRACE_LEVEL >= 1)
|
||||
dumpToLog("graph");
|
||||
}
|
||||
|
||||
@@ -134,7 +134,7 @@ void ObjectGraph::dumpToLog(std::string visualKey) const
|
||||
{
|
||||
for(auto & node : tile.second.connections)
|
||||
{
|
||||
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