forgot to remove j

This commit is contained in:
Bill Currie 2000-12-19 19:46:03 +00:00
parent 7816365252
commit 5163916a4d

View file

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