Skip to content

Commit

Permalink
RHS Compats - Update bases classes for RHS 4.6 (#6529)
Browse files Browse the repository at this point in the history
* RHS Compats - Update bases classes for 4.6

* Update CfgMagazines.hpp

* Update CfgWeapons.hpp
  • Loading branch information
PabstMirror authored Sep 13, 2018
1 parent 66da48f commit 429ecb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions optionals/compat_rhs_afrf3/CfgMagazines.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class cfgMagazines {
class VehicleMagazine;
class rhs_30Rnd_545x39_AK;
class rhs_30Rnd_545x39_7N6_AK;

class rhs_100Rnd_762x54mmR: rhs_30Rnd_545x39_AK {
class rhs_100Rnd_762x54mmR: rhs_30Rnd_545x39_7N6_AK {
ace_isbelt = 1;
};
class rhs_mag_127x108mm_50: VehicleMagazine {
Expand Down
2 changes: 1 addition & 1 deletion optionals/compat_rhs_afrf3/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class CfgWeapons {
ACE_barrelTwist = 240.03;
ACE_barrelLength = 645.16;
};
class rhs_weap_rpk74m: rhs_weap_pkp {
class rhs_weap_rpk74: rhs_weap_pkp {
ACE_barrelTwist = 195.072;
ACE_barrelLength = 589.28;
};
Expand Down
4 changes: 0 additions & 4 deletions optionals/compat_rhs_usf3/CfgMagazines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ class cfgMagazines {
class CA_Magazine;
class VehicleMagazine;
class rhs_mag_30Rnd_556x45_M855A1_Stanag;
class rhs_mag_30Rnd_556x45_M200_Stanag;

class rhsusf_100Rnd_556x45_soft_pouch: rhs_mag_30Rnd_556x45_M855A1_Stanag {
ace_isbelt = 1;
};
class rhsusf_100Rnd_556x45_M200_soft_pouch: rhs_mag_30Rnd_556x45_M200_Stanag {
ace_isbelt = 1;
};
class rhsusf_50Rnd_762x51: CA_Magazine {
ace_isbelt = 1;
};
Expand Down

0 comments on commit 429ecb6

Please sign in to comment.