engine: client: fix demoplayback type from qboolean to int(can exceed false and true)

This commit is contained in:
Alibek Omarov 2019-10-18 08:04:00 +03:00
parent 49a133514a
commit c2063c869d
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ typedef struct
// demo recording info must be here, so it isn't clearing on level change
qboolean demorecording;
qboolean demoplayback;
int demoplayback;
qboolean demowaiting; // don't record until a non-delta message is received
qboolean timedemo;
string demoname; // for demo looping