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