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/chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/components/chat.h') diff --git a/src/game/client/components/chat.h b/src/game/client/components/chat.h index 02afc902..c1867c00 100644 --- a/src/game/client/components/chat.h +++ b/src/game/client/components/chat.h @@ -56,6 +56,7 @@ public: virtual void OnConsoleInit(); virtual void OnStateChange(int NewState, int OldState); virtual void OnRender(); + virtual void OnRelease(); virtual void OnMessage(int MsgType, void *pRawMsg); virtual bool OnInput(IInput::CEvent Event); }; -- cgit 1.4.1