mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 07:51:20 +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[2] = rand () % 360;
|
||||
|
||||
for (j = 0; j < 3; j++)
|
||||
org[j] += dist[j] * 30;
|
||||
VectorMA(org, 30, dist, org);
|
||||
d -= 30;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue