Skip to content

Commit

Permalink
Fixed: RHS Compatibility - Remove scope adjust from ACOG Scopes (#7375)
Browse files Browse the repository at this point in the history
* Remove scope adjust from RHS ACOG Scopes

* Set RHS ACOG ScopeAdjust to zero

For ACE Arsenal stats
  • Loading branch information
dedmen authored and PabstMirror committed Jan 9, 2020
1 parent 028a0cb commit 8f1bf25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions optionals/compat_rhs_usf3/CfgWeapons.hpp
Expand Up @@ -156,6 +156,13 @@ class CfgWeapons {
};
};
};
// ACOG is a sniper scope for some reason, but we don't want scope adjust
class rhsusf_acc_ACOG: rhsusf_acc_sniper_base {
ACE_ScopeAdjust_Vertical[] = { 0, 0 };
ACE_ScopeAdjust_Horizontal[] = { 0, 0 };
ACE_ScopeAdjust_VerticalIncrement = 0;
ACE_ScopeAdjust_HorizontalIncrement = 0;
};
class rhsusf_acc_LEUPOLDMK4: rhsusf_acc_sniper_base {
ACE_ScopeHeightAboveRail = 2.62567;
};
Expand Down

0 comments on commit 8f1bf25

Please sign in to comment.