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:
Spoike 2004-12-11 03:36:42 +00:00
parent 559ba86783
commit 5eac55df92
1 changed files with 2 additions and 1 deletions

View File

@ -3211,7 +3211,8 @@ extern cvar_t cl_chatsound, cl_nofake;
if (!s || s[1] != ' ') //wasn't a real chat...
return true;
Sys_ServerActivity(); //chat always flashes the screen..
if (!cls.demoplayback)
Sys_ServerActivity(); //chat always flashes the screen..
//check f_ stuff
if (!strncmp(s+2, "f_", 2))