about summary refs log tree commit diff
path: root/src/game/client/component.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-09-12 12:43:03 +0200
committeroy <Tom_Adams@web.de>2010-09-12 12:43:03 +0200
commite226b4721238c84600fe25dc4dd46cec16d1fa5d (patch)
treeee577e0a9535d38dc434af5848ef28ef58d88b8d /src/game/client/component.h
parentd913af1ab2d383832a49ed6a4460523f80b8337d (diff)
downloadzcatch-e226b4721238c84600fe25dc4dd46cec16d1fa5d.tar.gz
zcatch-e226b4721238c84600fe25dc4dd46cec16d1fa5d.zip
close the emote selector, chat history and the scoreboard when closing the chat, console or ingame menu. Closes #111
Diffstat (limited to 'src/game/client/component.h')
-rw-r--r--src/game/client/component.h1
1 files changed, 1 insertions, 0 deletions
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; }