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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user