remove an inner loop for readabilities sake

This commit is contained in:
Bill Currie 2000-12-19 19:43:22 +00:00
parent ea76f45bc6
commit 7816365252

View file

@ -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;
}
}