From 216967c3bf72ccff9d069327a5531e50f8f88b5a Mon Sep 17 00:00:00 2001 From: oy Date: Mon, 17 Jan 2011 12:28:37 +0100 Subject: release gameclient components when opening the editor. Closes #429 --- src/game/client/gameclient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/gameclient.h') diff --git a/src/game/client/gameclient.h b/src/game/client/gameclient.h index 99e64028..1e5c4856 100644 --- a/src/game/client/gameclient.h +++ b/src/game/client/gameclient.h @@ -176,6 +176,7 @@ public: virtual void OnMessage(int MsgId, CUnpacker *pUnpacker); virtual void OnNewSnapshot(); virtual void OnPredict(); + virtual void OnActivateEditor(); virtual int OnSnapInput(int *pData); virtual void OnShutdown(); virtual void OnEnterGame(); -- cgit 1.4.1