We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beaef41 commit 1a8e5aeCopy full SHA for 1a8e5ae
1 file changed
GeneralsMD/Code/GameEngine/Source/GameClient/MessageStream/HintSpy.cpp
@@ -106,6 +106,7 @@ GameMessageDisposition HintSpyTranslator::translateGameMessage(const GameMessage
106
// watch for it to stop hinting.
107
case GameMessage::MSG_END_AREA_SELECTION_HINT:
108
TheInGameUI->endAreaSelectHint( msg );
109
+ disp = DESTROY_MESSAGE;
110
break;
111
112
//-----------------------------------------------------------------------------
0 commit comments