removed extra newlines and double spaces

This commit is contained in:
lambdatiger 2024-07-30 13:36:56 -05:00
parent 22ca38fc2c
commit 25cc22bf77
2 changed files with 3 additions and 7 deletions

View File

@ -66,7 +66,6 @@ class Gatling_30mm_HE_Plane_CAS_01_F: BulletBase {
GVAR(gurney_k) = "1/2";
};
class ammo_Gun35mmAABase: BulletBase {
// Gepard uses an Oerlikon GDF and the AA vehicles mimics it like it
// https://en.wikipedia.org/wiki/Oerlikon_GDF#Ammunition
@ -191,7 +190,7 @@ class GrenadeHand: Grenade {
GVAR(gurney_c) = 2843; // Gurney velocity constant for explosive type. See: http://en.wikipedia.org/wiki/Gurney_equations
GVAR(gurney_k) = "3/5"; // Gurney shape factor, in this case a sphere. See: http://en.wikipedia.org/wiki/Gurney_equations
};
class mini_Grenade: GrenadeHand {
class mini_Grenade: GrenadeHand {
GVAR(classes)[] = {QGVAR(tiny)};
GVAR(metal) = 104;
GVAR(charge) = 36;
@ -400,7 +399,6 @@ class M_SPG9_HE: M_SPG9_HEAT {
GVAR(classes)[] = {QGVAR(small), QGVAR(tiny), QGVAR(medium), QGVAR(medium)};
};
// https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN18072_TC%203-22x84%20FINAL%20WEB.pdf
class R_MRAAWS_HEAT_F: RocketBase { // Table A-20. HEAT 751
GVAR(skip) = 0;
@ -525,7 +523,6 @@ class M_Titan_AP: M_Titan_AT {
GVAR(classes)[] = {QGVAR(medium_HD)};
};
class M_Scalpel_AT: MissileBase { // 9K121 Vikhr
GVAR(skip) = 0;
GVAR(classes)[] = {QGVAR(small), QGVAR(medium), QGVAR(medium_HD)};
@ -690,10 +687,10 @@ class M_NLAW_AT_F: MissileBase {
class Sh_75mm_Railgun_APFSDS: ShellBase {
GVAR(skip) = 1;
};
class Sh_120mm_APFSDS: ShellBase {
class Sh_120mm_APFSDS: ShellBase {
GVAR(skip) = 1;
};
class Sh_125mm_APFSDS: ShellBase {
class Sh_125mm_APFSDS: ShellBase {
GVAR(skip) = 1;
};

View File

@ -132,7 +132,6 @@ if (_targets isNotEqualTo []) then {
TRACE_1("",_randomCount);
private _sectorSize = 360 / (_randomCount max 1);
for "_i" from 1 to _randomCount do {
// Distribute evenly
private _sectorOffset = 360 * (_i - 1) / (_randomCount max 1);