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/component.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/component.h') diff --git a/src/game/client/component.h b/src/game/client/component.h index 6e4b3715..64e0588d 100644 --- a/src/game/client/component.h +++ b/src/game/client/component.h @@ -35,6 +35,7 @@ public: virtual void OnInit() {}; virtual void OnReset() {}; virtual void OnRender() {}; + virtual void OnRelease() {}; virtual void OnMapLoad() {}; virtual void OnMessage(int Msg, void *pRawMsg) {} virtual bool OnMouseMove(float x, float y) { return false; } -- cgit 1.4.1