mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
CInfoBar: only pop up when adventure map interface is on top
This commit is contained in:
@@ -887,6 +887,7 @@ void CInfoBar::showSelection()
|
||||
void CInfoBar::tick()
|
||||
{
|
||||
removeUsedEvents(TIME);
|
||||
if(GH.topInt() == adventureInt)
|
||||
showSelection();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user