Bläddra i källkod

Merge pull request #5353 from vcmi/master

Merge master -> beta
Ivan Savenko 10 månader sedan
förälder
incheckning
9754e72063
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      client/adventureMap/AdventureMapInterface.cpp

+ 0 - 3
client/adventureMap/AdventureMapInterface.cpp

@@ -107,9 +107,6 @@ void AdventureMapInterface::onHeroMovementStarted(const CGHeroInstance * hero)
 
 
 void AdventureMapInterface::onHeroChanged(const CGHeroInstance *h)
 void AdventureMapInterface::onHeroChanged(const CGHeroInstance *h)
 {
 {
-	if (h)
-		LOCPLINT->localState->verifyPath(h);
-
 	widget->getHeroList()->updateElement(h);
 	widget->getHeroList()->updateElement(h);
 
 
 	if (h && h == LOCPLINT->localState->getCurrentHero() && !widget->getInfoBar()->showingComponents())
 	if (h && h == LOCPLINT->localState->getCurrentHero() && !widget->getInfoBar()->showingComponents())