Skip to content

Commit 637e1e1

Browse files
committed
Cleanup
1 parent 54f4aaa commit 637e1e1

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

addons/Redd_Main/CfgAnimationSourceSounds.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Fix RPT error because Redds referenced sound files are not found
1+
// Fix RPT error because Redd's referenced sound files are not found
22
class CfgAnimationSourceSounds {
33
class Redd_Heckluke_sound {
44
class DoorMovementDone1 {

addons/Redd_Main/CfgMagazines.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class CfgMagazines {
22
class 140Rnd_30mm_MP_shells_Tracer_Red;
33
class Redd_MK20_HE_Mag: 140Rnd_30mm_MP_shells_Tracer_Red {
4-
displayName = "20mm HE-T";
4+
displayName = "20 mm HE-T";
55
displayNameShort = "HE-T";
66
count = 275;
77
};
88

99
class 60Rnd_30mm_APFSDS_shells_Tracer_Red;
1010
class Redd_MK20_AP_Mag: 60Rnd_30mm_APFSDS_shells_Tracer_Red {
11-
displayName = "20mm APDS-T";
11+
displayName = "20 mm APDS-T";
1212
displayNameShort = "APDS-T";
1313
count = 125;
1414
};

addons/Redd_Main/CfgWeapons.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ class CfgWeapons {
55
};
66

77
class Redd_MG3;
8-
class GVAR(mg3): Redd_MG3
9-
{
8+
class GVAR(mg3): Redd_MG3 {
109
magazineReloadTime = 0.1;
1110
};
1211
};

addons/Redd_Marder/CfgVehicles.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class CfgVehicles
159159
{
160160
class MainTurret: MainTurret
161161
{
162-
discreteDistanceInitIndex = 6; // Set initial gun zeoring to 800 m
162+
discreteDistanceInitIndex = 6; // Set initial gun zeroing to 800 m
163163
lockWhenDriverOut = 0; // Don't lock turret when driver is turned out
164164
stabilizedInAxes = 0;
165165
turretInfoType = QEGVAR(Redd_Main,RSC_Turret);
@@ -177,7 +177,7 @@ class CfgVehicles
177177
"Redd_MK20_HE_Mag",
178178
"Redd_MK20_AP_Mag",
179179
"Redd_Mg3_Mag",
180-
"Redd_SmokeLauncherMag" // PzGrenBtl402_SmokeLauncher still uses Redds Mags
180+
"Redd_SmokeLauncherMag" // PzGrenBtl402_SmokeLauncher still uses Redd's Mags
181181
};
182182

183183
// Remove NVG

0 commit comments

Comments
 (0)