mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-18 14:31:52 +00:00
FTE works on nq servers again.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2889 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c1747c23fb
commit
59ca1f6cee
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ void CL_PredictMovePNum (int pnum)
|
|||
}
|
||||
|
||||
#ifdef NQPROT
|
||||
if (cls.demoplayback == DPB_NETQUAKE)
|
||||
if (cls.protocol == CP_NETQUAKE)
|
||||
{
|
||||
cl.ackedinputsequence = cls.netchan.outgoing_sequence;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue