mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 05:41:52 +00:00
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:
parent
eb56cc76df
commit
e31a485e98
1 changed files with 1 additions and 0 deletions
|
@ -1131,6 +1131,7 @@ void CL_PredictMovePNum (int seat)
|
||||||
{
|
{
|
||||||
if (cls.demoplayback==DPB_MVD || cls.demoplayback == DPB_EZTV)
|
if (cls.demoplayback==DPB_MVD || cls.demoplayback == DPB_EZTV)
|
||||||
{
|
{
|
||||||
|
pv->nolocalplayer = false;
|
||||||
fromstate = &cl.inframes[cl.ackedmovesequence & UPDATE_MASK].playerstate[pv->playernum];
|
fromstate = &cl.inframes[cl.ackedmovesequence & UPDATE_MASK].playerstate[pv->playernum];
|
||||||
tostate = &cl.inframes[cl.movesequence & UPDATE_MASK].playerstate[pv->playernum];
|
tostate = &cl.inframes[cl.movesequence & UPDATE_MASK].playerstate[pv->playernum];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue