mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Don't flash the window when playing demos
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@622 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
559ba86783
commit
5eac55df92
1 changed files with 2 additions and 1 deletions
|
@ -3211,7 +3211,8 @@ extern cvar_t cl_chatsound, cl_nofake;
|
||||||
if (!s || s[1] != ' ') //wasn't a real chat...
|
if (!s || s[1] != ' ') //wasn't a real chat...
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
Sys_ServerActivity(); //chat always flashes the screen..
|
if (!cls.demoplayback)
|
||||||
|
Sys_ServerActivity(); //chat always flashes the screen..
|
||||||
|
|
||||||
//check f_ stuff
|
//check f_ stuff
|
||||||
if (!strncmp(s+2, "f_", 2))
|
if (!strncmp(s+2, "f_", 2))
|
||||||
|
|
Loading…
Reference in a new issue