1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

CMap towns and heroes on map fields are now private

This commit is contained in:
Ivan Savenko
2025-03-13 21:49:57 +00:00
parent 84cf7b052d
commit 1f502c0548
17 changed files with 283 additions and 237 deletions

View File

@@ -44,7 +44,7 @@ TSubgoal GatherTroops::whatToDoToAchieve()
{
logAi->trace("Entering GatherTroops::whatToDoToAchieve");
auto heroes = cb->getHeroesInfo(true);
auto heroes = cb->getHeroesInfo();
for(auto hero : heroes)
{