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:
parent
c328aadfed
commit
30911eb593
@ -2198,6 +2198,7 @@ void CPlayerInterface::doMoveHero(const CGHeroInstance * h, CGPath path)
|
||||
adventureInt->updateNextHero(h);
|
||||
}
|
||||
|
||||
CGI->mh->waitForOngoingAnimations();
|
||||
setMovementStatus(false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user