Browse Source

Fix slot deselect when selected shortly after new day animation bypass

Dydzio 2 years ago
parent
commit
013d4cd208
1 changed files with 3 additions and 0 deletions
  1. 3 0
      client/adventureMap/CInfoBar.cpp

+ 3 - 0
client/adventureMap/CInfoBar.cpp

@@ -277,6 +277,9 @@ void CInfoBar::tick(uint32_t msPassed)
 
 void CInfoBar::clickReleased(const Point & cursorPosition)
 {
+	timerCounter = 0;
+	removeUsedEvents(TIME); //expiration trigger from just clicked element is not valid anymore
+
 	if(state == HERO || state == TOWN)
 	{
 		if(settings["gameTweaks"]["infoBoxCreatureManagement"].Bool())