1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-11 11:31:52 +02:00

Remove extra non-printable characters

This commit is contained in:
Andrii Danylchenko 2022-04-27 09:22:18 +03:00
parent 3d1da88bb9
commit 56a1984aa8

View File

@ -1318,7 +1318,7 @@ bool VCAI::canRecruitAnyHero(const CGTownInstance * t) const
if(cb->getHeroesInfo().size() >= ALLOWED_ROAMING_HEROES)
return false;
if(cb->getHeroesInfo().size() >= VLC->modh->settings.MAX_HEROES_ON_MAP_PER_PLAYER)
        return false;
return false;
if(!cb->getAvailableHeroes(t).size())
return false;