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

AIGateway.cpp thread_local vars consistent renaming

This commit is contained in:
Mircea TheHonestCTO
2025-08-15 17:47:21 +02:00
parent e861ac8fe7
commit 306f01610d
33 changed files with 204 additions and 204 deletions

View File

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