1
0
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:
Mircea TheHonestCTO
2025-08-24 22:35:27 +02:00
parent 54b3d17bcf
commit d113bc28d9
4 changed files with 9 additions and 9 deletions

View File

@@ -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",