Skip to content

Commit

Permalink
Remove scope adjust from RHS ACOG Scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
dedmen committed Jan 3, 2020
1 parent b7a69ee commit 78a4ca2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions optionals/compat_rhs_usf3/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,13 @@ class CfgWeapons {
};
};
};
//For some reason ACOG is a sniper scope, but we don't want scope adjust
class rhsusf_acc_ACOG: rhsusf_acc_sniper_base {
delete ACE_ScopeAdjust_Vertical;
delete ACE_ScopeAdjust_Horizontal;
delete ACE_ScopeAdjust_VerticalIncrement;
delete ACE_ScopeAdjust_HorizontalIncrement;
};
class rhsusf_acc_LEUPOLDMK4: rhsusf_acc_sniper_base {
ACE_ScopeHeightAboveRail = 2.62567;
};
Expand Down

0 comments on commit 78a4ca2

Please sign in to comment.