Should allow bigfoot to aim with the lightning gun.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3109 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
40a24ea7f2
commit
d3bcc14e5a
1 changed files with 1 additions and 1 deletions
|
@ -2662,7 +2662,7 @@ void CL_UpdateBeams (void)
|
|||
// VectorAdd(b->end, org, b->end); //move the end point by simorg-start
|
||||
|
||||
pl = &cl.frames[cl.parsecount&UPDATE_MASK].playerstate[b->entity-1];
|
||||
if (pl->messagenum == cl.parsecount)
|
||||
if (pl->messagenum == cl.parsecount || cls.protocol == CP_NETQUAKE)
|
||||
{
|
||||
vec3_t fwd, org, ang;
|
||||
float delta, f, len;
|
||||
|
|
Loading…
Reference in a new issue