Ver Fonte

Remove extra non-printable characters

Andrii Danylchenko há 3 anos atrás
pai
commit
56a1984aa8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      AI/VCAI/VCAI.cpp

+ 1 - 1
AI/VCAI/VCAI.cpp

@@ -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;