1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

consistent renaming of ai into aiGw or aiNk and cbc

This commit is contained in:
Mircea TheHonestCTO
2025-08-16 00:22:18 +02:00
parent 6b6298fa33
commit b8bf8714a1
25 changed files with 85 additions and 85 deletions

View File

@@ -310,7 +310,7 @@ void ObjectClusterizer::clusterize()
{
for(auto id : invalidated)
{
auto obj = cbc->getObj(id, false);
auto obj = cbcTl->getObj(id, false);
if(obj)
{
@@ -354,7 +354,7 @@ void ObjectClusterizer::clusterize()
for(auto pair : blockedObjects)
{
auto blocker = cbc->getObj(pair.first);
auto blocker = cbcTl->getObj(pair.first);
logAi->trace("Cluster %s %s count: %i", blocker->getObjectName(), blocker->visitablePos().toString(), pair.second->objects.size());