1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-31 22:05:10 +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); adventureInt->updateNextHero(h);
} }
CGI->mh->waitForOngoingAnimations();
setMovementStatus(false); setMovementStatus(false);
} }