1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00

Update ExplorationBehavior.cpp

Added missing bracked and changed indenting to make it less confusing.
This commit is contained in:
Xilmi 2024-07-24 15:40:20 +02:00
parent 34e4ab45ee
commit 69b64a3241

View File

@ -61,6 +61,7 @@ Goals::TGoalVec ExplorationBehavior::decompose(const Nullkiller * ai) const
}
}
}
}
auto heroes = ai->cb->getHeroesInfo();