summaryrefslogtreecommitdiff
path: root/src/client/cl_main.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2006-01-18 21:18:12 +0000
committerTim Angus <tim@ngus.net>2006-01-18 21:18:12 +0000
commit5b13e23b457831b881db4e80deb41fbf5d1190e1 (patch)
treeb63c05c91e4c2aea5d184b696730abedaeab899d /src/client/cl_main.c
parent18c97ea6537f96dbb12562d7aa80d2d74f52ddbc (diff)
* Merged ioq3-r506
* Removed copyfiles rule from Makefile
Diffstat (limited to 'src/client/cl_main.c')
-rw-r--r--src/client/cl_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/cl_main.c b/src/client/cl_main.c
index 3f2e1152..093cbc58 100644
--- a/src/client/cl_main.c
+++ b/src/client/cl_main.c
@@ -1988,7 +1988,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;