Ah, whoops\!
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2572 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
eb94fb00d6
commit
869f6535d4
1 changed files with 1 additions and 1 deletions
|
@ -2464,7 +2464,7 @@ void CL_UpdateBeams (void)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
lastrunningbeam = i;
|
lastrunningbeam = bnum;
|
||||||
|
|
||||||
// if coming from the player, update the start position
|
// if coming from the player, update the start position
|
||||||
if ((b->flags & 1) && b->entity > 0 && b->entity <= MAX_CLIENTS)
|
if ((b->flags & 1) && b->entity > 0 && b->entity <= MAX_CLIENTS)
|
||||||
|
|
Loading…
Reference in a new issue