Преглед изворни кода

Merge pull request #5353 from vcmi/master

Merge master -> beta
Ivan Savenko пре 8 месеци
родитељ
комит
9754e72063
1 измењених фајлова са 0 додато и 3 уклоњено
  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)
 {
-	if (h)
-		LOCPLINT->localState->verifyPath(h);
-
 	widget->getHeroList()->updateElement(h);
 
 	if (h && h == LOCPLINT->localState->getCurrentHero() && !widget->getInfoBar()->showingComponents())