r495 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jan 15 23:00:32 EST 2006


Author: tma
Date: 2006-01-15 23:00:30 -0500 (Sun, 15 Jan 2006)
New Revision: 495

Modified:
   trunk/code/client/cl_main.c
Log:
* Don't try to auto record a demo while playing a demo


Modified: trunk/code/client/cl_main.c
===================================================================
--- trunk/code/client/cl_main.c	2006-01-16 03:40:49 UTC (rev 494)
+++ trunk/code/client/cl_main.c	2006-01-16 04:00:30 UTC (rev 495)
@@ -2040,7 +2040,7 @@
 	}
 	
 	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;




More information about the quake3-commits mailing list