Realign comment with its object; got separated in the previous rev.
No functional changes.
This commit is contained in:
parent
6ce77efd82
commit
5202ef59cc
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue