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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/components/emoticon.h') diff --git a/src/game/client/components/emoticon.h b/src/game/client/components/emoticon.h index e10b57da..580c8736 100644 --- a/src/game/client/components/emoticon.h +++ b/src/game/client/components/emoticon.h @@ -22,6 +22,7 @@ public: virtual void OnReset(); virtual void OnConsoleInit(); virtual void OnRender(); + virtual void OnRelease(); virtual void OnMessage(int MsgType, void *pRawMsg); virtual bool OnMouseMove(float x, float y); -- cgit 1.4.1