From bd9850cae2d17b713e5795ed1e90d4cea1f165b8 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 8 Dec 2010 00:02:24 +0100 Subject: added single function to stop recording by Batchyx --- src/game/client/components/menus_ingame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/components') diff --git a/src/game/client/components/menus_ingame.cpp b/src/game/client/components/menus_ingame.cpp index eacabeba..75292249 100644 --- a/src/game/client/components/menus_ingame.cpp +++ b/src/game/client/components/menus_ingame.cpp @@ -110,7 +110,7 @@ void CMenus::RenderGame(CUIRect MainView) Client()->DemoRecorder_Start(aFilename); } else - DemoRecorder()->Stop(); + Client()->DemoRecorder_Stop(); } /* -- cgit 1.4.1