fixed erroneous timeouts when playing NQ demos

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2072 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-03-10 03:51:12 +00:00
parent 903ad4800b
commit 3f6f2be82e
1 changed files with 1 additions and 1 deletions

View File

@ -1220,7 +1220,7 @@ void CL_PlayDemo(char *demoname)
cl.gametime = 0;
cl.gametimemark = realtime;
cls.netchan.last_received=0;
cls.netchan.last_received=realtime;
start = VFS_TELL(cls.demofile);