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:
Spoike 2008-01-30 22:04:38 +00:00
parent c1747c23fb
commit 59ca1f6cee

View file

@ -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;
}