1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +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

View File

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