1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

showInfoDialog: fix waitWhileDialog regression

This commit is contained in:
Konstantin 2023-03-12 14:59:44 +03:00
parent 45dcd95f20
commit 4df4a872c0

View File

@ -1041,6 +1041,7 @@ void CPlayerInterface::showInfoDialog(EInfoWindowMode type, const std::string &t
if(autoTryHover || type == EInfoWindowMode::INFO)
{
waitWhileDialog(); //Fix for mantis #98
adventureInt->infoBar->pushComponents(components, text, timer);
if (makingTurn && GH.listInt.size() && LOCPLINT == this)