git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5676 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2020-04-24 04:23:13 +00:00
parent 5b6b902c29
commit eb277c45bd
1 changed files with 3 additions and 1 deletions

View File

@ -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)
{