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:
parent
903ad4800b
commit
3f6f2be82e
1 changed files with 1 additions and 1 deletions
|
@ -1220,7 +1220,7 @@ void CL_PlayDemo(char *demoname)
|
||||||
cl.gametime = 0;
|
cl.gametime = 0;
|
||||||
cl.gametimemark = realtime;
|
cl.gametimemark = realtime;
|
||||||
|
|
||||||
cls.netchan.last_received=0;
|
cls.netchan.last_received=realtime;
|
||||||
|
|
||||||
|
|
||||||
start = VFS_TELL(cls.demofile);
|
start = VFS_TELL(cls.demofile);
|
||||||
|
|
Loading…
Reference in a new issue