1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-25 00:37:24 +02:00

Lock UI during movement animation

This commit is contained in:
Ivan Savenko
2023-03-02 19:19:58 +02:00
parent c328aadfed
commit 30911eb593

@ -2198,6 +2198,7 @@ void CPlayerInterface::doMoveHero(const CGHeroInstance * h, CGPath path)
adventureInt->updateNextHero(h);
}
CGI->mh->waitForOngoingAnimations();
setMovementStatus(false);
}