1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

AINodeStorage.h NKAI #define to NK2AI

This commit is contained in:
Mircea TheHonestCTO
2025-08-24 21:15:34 +02:00
parent 22b2a425c4
commit 54b3d17bcf
21 changed files with 133 additions and 133 deletions

View File

@@ -27,7 +27,7 @@ double HitMapInfo::value() const
void logHitmap(PlayerColor playerID, DangerHitMapAnalyzer & data)
{
#if NKAI_TRACE_LEVEL >= 1
#if NK2AI_TRACE_LEVEL >= 1
logVisual->updateWithLock(playerID.toString() + ".danger.max", [&data](IVisualLogBuilder & b)
{
foreach_tile_pos([&b, &data](const int3 & pos)