* Don't try to auto record a demo while playing a demo

This commit is contained in:
Tim Angus 2006-01-16 04:00:30 +00:00
parent 80814c0f14
commit fc8fcd7af5

View file

@ -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;