diff options
| author | oy <Tom_Adams@web.de> | 2010-12-08 00:02:24 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-12-08 00:02:24 +0100 |
| commit | bd9850cae2d17b713e5795ed1e90d4cea1f165b8 (patch) | |
| tree | e4903de0da7205f4d8cc5a674edbc254257af5c0 /src/game | |
| parent | 39b531452aa0a823729676f563db1b2c1eb438b5 (diff) | |
| download | zcatch-bd9850cae2d17b713e5795ed1e90d4cea1f165b8.tar.gz zcatch-bd9850cae2d17b713e5795ed1e90d4cea1f165b8.zip | |
added single function to stop recording by Batchyx
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/client/components/menus_ingame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } /* |