1
0
Fork 0
forked from fte/fteqw
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

View file

@ -689,7 +689,7 @@ readnext:
nextdemotime = demotime; nextdemotime = demotime;
} }
} }
else else if (cls.demoplayback == DPB_QUAKEWORLD)
{ {
if (readdemobytes(&demopos, &demotime, sizeof(demotime)) != sizeof(demotime)) if (readdemobytes(&demopos, &demotime, sizeof(demotime)) != sizeof(demotime))
{ {
@ -699,6 +699,8 @@ readnext:
} }
demotime = LittleFloat(demotime); demotime = LittleFloat(demotime);
} }
else
return 0;
if (cl.sendprespawn) if (cl.sendprespawn)
{ {