forgot to remove j

This commit is contained in:
Bill Currie 2000-12-19 19:46:03 +00:00
parent 7816365252
commit 5163916a4d
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ CL_UpdateBeams
void
CL_UpdateBeams (void)
{
int i, j;
int i;
beam_t *b;
vec3_t dist, org;
float d;