Browse Source

Remove extra non-printable characters

Andrii Danylchenko 3 years ago
parent
commit
56a1984aa8
1 changed files with 1 additions and 1 deletions
  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;