mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Fixes mvd demo playback's freezes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1566 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3818c9342b
commit
9cddc4b881
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ void CL_CalcClientTime(void)
|
||||||
cl.servertime = cl.oldgametime;
|
cl.servertime = cl.oldgametime;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cls.protocol == CP_NETQUAKE || cls.demoplayback)
|
if (cls.protocol == CP_NETQUAKE || (cls.demoplayback && cls.demoplayback != DPB_MVD))
|
||||||
{
|
{
|
||||||
float want;
|
float want;
|
||||||
// float off;
|
// float off;
|
||||||
|
|
Loading…
Reference in a new issue