1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-25 21:38:59 +02:00

Merge pull request #5353 from vcmi/master

Merge master -> beta
This commit is contained in:
Ivan Savenko 2025-01-31 13:06:09 +02:00 committed by GitHub
commit 9754e72063
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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())