mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
remove an inner loop for readabilities sake
This commit is contained in:
parent
ea76f45bc6
commit
7816365252
1 changed files with 1 additions and 2 deletions
|
@ -422,8 +422,7 @@ CL_UpdateBeams (void)
|
||||||
ent->angles[1] = yaw;
|
ent->angles[1] = yaw;
|
||||||
ent->angles[2] = rand () % 360;
|
ent->angles[2] = rand () % 360;
|
||||||
|
|
||||||
for (j = 0; j < 3; j++)
|
VectorMA(org, 30, dist, org);
|
||||||
org[j] += dist[j] * 30;
|
|
||||||
d -= 30;
|
d -= 30;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue