* Don't try to auto record a demo while playing a demo
This commit is contained in:
parent
80814c0f14
commit
fc8fcd7af5
|
|
@ -2040,7 +2040,7 @@ void CL_Frame ( int msec ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if( cl_autoRecordDemo->integer ) {
|
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
|
// If not recording a demo, and we should be, start one
|
||||||
qtime_t now;
|
qtime_t now;
|
||||||
char *nowString;
|
char *nowString;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user