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:
Spoike 2007-08-06 14:26:40 +00:00
parent eb94fb00d6
commit 869f6535d4
1 changed files with 1 additions and 1 deletions

View File

@ -2464,7 +2464,7 @@ void CL_UpdateBeams (void)
continue;
}
lastrunningbeam = i;
lastrunningbeam = bnum;
// if coming from the player, update the start position
if ((b->flags & 1) && b->entity > 0 && b->entity <= MAX_CLIENTS)