mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
forgot to remove j
This commit is contained in:
parent
7816365252
commit
5163916a4d
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ CL_UpdateBeams
|
|||
void
|
||||
CL_UpdateBeams (void)
|
||||
{
|
||||
int i, j;
|
||||
int i;
|
||||
beam_t *b;
|
||||
vec3_t dist, org;
|
||||
float d;
|
||||
|
|
Loading…
Reference in a new issue