Skip to content

Commit

Permalink
Removes tabs in CfgAmmo
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenLuke authored Sep 5, 2019
1 parent 6f96ca1 commit 2487d6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/aircraft/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ class CfgAmmo {

class ACE_Gatling_30mm_Sub_AP: ACE_Gatling_30mm_Sub_HEI {
submunitionAmmo = "ACE_Gatling_30mm_AP_Plane_CAS_01_F";
ACE_caliber = 1.4;
ACE_caliber = 1.4;
};

class ACE_Gatling_30mm_Sub_CM41: ACE_Gatling_30mm_Sub_HEI {
submunitionAmmo[] = {"ACE_Gatling_30mm_AP_Plane_CAS_01_F",0.8,"Cannon_30mm_HE_Plane_CAS_01_F",0.2};
ACE_caliber = 1.4;
ACE_caliber = 1.4;
};

class ACE_Gatling_30mm_Sub_CM51: ACE_Gatling_30mm_Sub_HEI {
submunitionAmmo[] = {"ACE_Gatling_30mm_AP_Plane_CAS_01_F",0.83,"Cannon_30mm_HE_Plane_CAS_01_F",0.17};
ACE_caliber = 1.4;
ACE_caliber = 1.4;
};


Expand Down

0 comments on commit 2487d6c

Please sign in to comment.