From ce35fd280c28ef83b78af875c5662cdf7d35a98b Mon Sep 17 00:00:00 2001 From: Ibra Date: Fri, 5 Jun 2026 04:19:10 +0300 Subject: [PATCH] fix: Clear m_observerNotifications and m_observerMilestones state --- GeneralsMD/Code/GameEngine/Source/GameClient/InGameUI.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GeneralsMD/Code/GameEngine/Source/GameClient/InGameUI.cpp b/GeneralsMD/Code/GameEngine/Source/GameClient/InGameUI.cpp index 948756c41e6..087b5ac6160 100644 --- a/GeneralsMD/Code/GameEngine/Source/GameClient/InGameUI.cpp +++ b/GeneralsMD/Code/GameEngine/Source/GameClient/InGameUI.cpp @@ -2291,6 +2291,9 @@ void InGameUI::reset() m_windowLayouts.clear(); + m_observerNotifications.clear(); + m_observerMilestones.clear(); + m_tooltipsDisabledUntil = 0; UpdateDiplomacyBriefingText(AsciiString::TheEmptyString, TRUE);