Skip to content

Commit

Permalink
Update CfgWeapons.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazejun committed May 9, 2020
1 parent 41474ce commit dbaea26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions optionals/compat_rhs_usf3/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,17 @@ class CfgWeapons {
};
class rhs_weap_SCAR_H_Base;
class rhs_weap_SCAR_H_CQC_Base : rhs_weap_SCAR_H_Base {
ACE_barrelTwist = 304.8; // 1:12"
ACE_barrelTwist = 304.8; // 1:12"
ACE_barrelLength = 330.0;
ACE_RailHeightAboveBore = 3;
};
class rhs_weap_SCAR_H_LB_Base : rhs_weap_SCAR_H_CQC_Base {
ACE_barrelTwist = 304.8; // 1:12"
ACE_barrelTwist = 304.8; // 1:12"
ACE_barrelLength = 508.0;
ACE_RailHeightAboveBore = 3;
};
class rhs_weap_SCAR_H_STD_Base : rhs_weap_SCAR_H_LB_Base {
ACE_barrelTwist = 304.8; // 1:12"
ACE_barrelTwist = 304.8; // 1:12"
ACE_barrelLength = 406.0;
ACE_RailHeightAboveBore = 3;
};
Expand Down

0 comments on commit dbaea26

Please sign in to comment.