Realign comment with its object; got separated in the previous rev.

No functional changes.
This commit is contained in:
Markus Armbruster 2004-12-21 12:26:30 +00:00
parent 6ce77efd82
commit 5202ef59cc

View file

@ -969,7 +969,7 @@ ac_flak_dam(int flak)
{ {
int dam; int dam;
float mult; float mult;
/* <-7 -7 -6 -5 -4 */ /* <-7 -7 -6 -5 -4 */
static float flaktable[18] = { 0.132f, 0.20f, 0.20f, 0.25f, 0.30f, static float flaktable[18] = { 0.132f, 0.20f, 0.20f, 0.25f, 0.30f,
/* -3 -2 -1 0 +1 +2 +3 +4 */ /* -3 -2 -1 0 +1 +2 +3 +4 */
0.35f, 0.40f, 0.45f, 0.50f, 0.50f, 0.55f, 0.60f, 0.65f, 0.35f, 0.40f, 0.45f, 0.50f, 0.50f, 0.55f, 0.60f, 0.65f,