@@ -295,12 +295,7 @@ void CInfoBar::clickReleased(const Point & cursorPosition)
removeUsedEvents(TIME); //expiration trigger from just clicked element is not valid anymore
if(state == HERO || state == TOWN)
- {
- if(settings["gameTweaks"]["infoBarCreatureManagement"].Bool())
- return;
-
showGameStatus();
- }
else if(state == GAME)
showDate();
else
@@ -218,6 +218,7 @@ void EventDispatcher::handleLeftButtonClick(const Point & position, int toleranc
i->clickReleased(position);
i->mouseClickedState = isPressed;
+ return;
}
{