From 875084ce5b01e2f923755165a3d8fe912937220b Mon Sep 17 00:00:00 2001 From: tma Date: Mon, 16 Jan 2006 04:00:30 +0000 Subject: * Don't try to auto record a demo while playing a demo git-svn-id: svn://svn.icculus.org/quake3/trunk@495 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/cl_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/client/cl_main.c b/code/client/cl_main.c index 8f0168a..6842281 100644 --- a/code/client/cl_main.c +++ b/code/client/cl_main.c @@ -2040,7 +2040,7 @@ void CL_Frame ( int msec ) { } if( cl_autoRecordDemo->integer ) { - if( cls.state == CA_ACTIVE && !clc.demorecording ) { + if( cls.state == CA_ACTIVE && !clc.demorecording && !clc.demoplaying ) { // If not recording a demo, and we should be, start one qtime_t now; char *nowString; -- cgit v1.2.3