From e226b4721238c84600fe25dc4dd46cec16d1fa5d Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 12 Sep 2010 12:43:03 +0200 Subject: close the emote selector, chat history and the scoreboard when closing the chat, console or ingame menu. Closes #111 --- src/game/client/components/emoticon.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/game/client/components/emoticon.cpp') diff --git a/src/game/client/components/emoticon.cpp b/src/game/client/components/emoticon.cpp index cb54dbcd..9139c2c1 100644 --- a/src/game/client/components/emoticon.cpp +++ b/src/game/client/components/emoticon.cpp @@ -39,6 +39,11 @@ void CEmoticon::OnReset() m_SelectedEmote = -1; } +void CEmoticon::OnRelease() +{ + m_Active = false; +} + void CEmoticon::OnMessage(int MsgType, void *pRawMsg) { } -- cgit 1.4.1