Try to fix mvd playback issue.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5331 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2018-11-04 08:38:27 +00:00
parent eb56cc76df
commit e31a485e98
1 changed files with 1 additions and 0 deletions

View File

@ -1131,6 +1131,7 @@ void CL_PredictMovePNum (int seat)
{
if (cls.demoplayback==DPB_MVD || cls.demoplayback == DPB_EZTV)
{
pv->nolocalplayer = false;
fromstate = &cl.inframes[cl.ackedmovesequence & UPDATE_MASK].playerstate[pv->playernum];
tostate = &cl.inframes[cl.movesequence & UPDATE_MASK].playerstate[pv->playernum];
}