Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add magwells for SCAR rifle magazines when EGLM is mounted #1179

Merged
merged 1 commit into from
Jul 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions addons/jam/magwells_556x45.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

class CBA_556x45_TYPE97 {}; // QBZ-97 Stick Mags
class CBA_556x45_TYPE97_XL {}; // QBB-97 LSW Drums
class CBA_556x45_SCAR_EGLM {}; // SCAR-L with EGLM/FN40GL/Mk 13 Mod 0 grenage launcher (This extends the length of the magwell and prevents mags that are too short or wide from being used)
class CBA_556x45_SG550 {};

class CBA_556x45_STANAG { // STANAG mags, standard length, including small drums
Expand Down
1 change: 1 addition & 0 deletions addons/jam/magwells_762x51.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
};

class CBA_762x51_SCAR {}; // SCAR-H
class CBA_762x51_SCAR_EGLM {}; // SCAR-H with EGLM/FN40GL/Mk 13 Mod 0 grenage launcher (This extends the length of the magwell and prevents mags that are too short or wide from being used)
class CBA_762x51_SIGAMT {}; // SIG 510-4, AMT

//Deprecated classes do not use
Expand Down