about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-12-08 00:02:24 +0100
committeroy <Tom_Adams@web.de>2010-12-08 00:02:24 +0100
commitbd9850cae2d17b713e5795ed1e90d4cea1f165b8 (patch)
treee4903de0da7205f4d8cc5a674edbc254257af5c0 /src/game
parent39b531452aa0a823729676f563db1b2c1eb438b5 (diff)
downloadzcatch-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.cpp2
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();
 	}
 	
 	/*