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

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);