Skip to content

Commit ce35fd2

Browse files
author
Ibra
committed
fix: Clear m_observerNotifications and m_observerMilestones state
1 parent 3c7d3af commit ce35fd2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

GeneralsMD/Code/GameEngine/Source/GameClient/InGameUI.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,6 +2291,9 @@ void InGameUI::reset()
22912291

22922292
m_windowLayouts.clear();
22932293

2294+
m_observerNotifications.clear();
2295+
m_observerMilestones.clear();
2296+
22942297
m_tooltipsDisabledUntil = 0;
22952298

22962299
UpdateDiplomacyBriefingText(AsciiString::TheEmptyString, TRUE);

0 commit comments

Comments
 (0)