mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
showInfoDialog: fix waitWhileDialog regression
This commit is contained in:
@@ -1041,6 +1041,7 @@ void CPlayerInterface::showInfoDialog(EInfoWindowMode type, const std::string &t
|
|||||||
|
|
||||||
if(autoTryHover || type == EInfoWindowMode::INFO)
|
if(autoTryHover || type == EInfoWindowMode::INFO)
|
||||||
{
|
{
|
||||||
|
waitWhileDialog(); //Fix for mantis #98
|
||||||
adventureInt->infoBar->pushComponents(components, text, timer);
|
adventureInt->infoBar->pushComponents(components, text, timer);
|
||||||
|
|
||||||
if (makingTurn && GH.listInt.size() && LOCPLINT == this)
|
if (makingTurn && GH.listInt.size() && LOCPLINT == this)
|
||||||
|
Reference in New Issue
Block a user