1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +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

@@ -86,7 +86,7 @@ void ObjectGraph::removeObject(const CGObjectInstance * obj)
{
vstd::erase_if(nodes[obj->visitablePos()].connections, [&](const std::pair<int3, ObjectLink> & link) -> bool
{
auto tile = cbc->getTile(link.first, false);
auto tile = cbcTl->getTile(link.first, false);
return tile && tile->isWater();
});