فهرست منبع

Merge pull request #5353 from vcmi/master

Merge master -> beta
Ivan Savenko 10 ماه پیش
والد
کامیت
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())