git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5676 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5b6b902c29
commit
eb277c45bd
1 changed files with 3 additions and 1 deletions
|
@ -689,7 +689,7 @@ readnext:
|
|||
nextdemotime = demotime;
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (cls.demoplayback == DPB_QUAKEWORLD)
|
||||
{
|
||||
if (readdemobytes(&demopos, &demotime, sizeof(demotime)) != sizeof(demotime))
|
||||
{
|
||||
|
@ -699,6 +699,8 @@ readnext:
|
|||
}
|
||||
demotime = LittleFloat(demotime);
|
||||
}
|
||||
else
|
||||
return 0;
|
||||
|
||||
if (cl.sendprespawn)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue