diff --git a/client/widgets/AdventureMapClasses.cpp b/client/widgets/AdventureMapClasses.cpp index ac6306021..b656faf74 100644 --- a/client/widgets/AdventureMapClasses.cpp +++ b/client/widgets/AdventureMapClasses.cpp @@ -887,7 +887,8 @@ void CInfoBar::showSelection() void CInfoBar::tick() { removeUsedEvents(TIME); - showSelection(); + if(GH.topInt() == adventureInt) + showSelection(); } void CInfoBar::clickLeft(tribool down, bool previousState)