-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adjust STANAG mags, add large 7.62x51 mags * un-deprecate the STANAG 2D XL classes * minor fix - re-add STANAG 2D XL to magazineWell[] for 5.56 rifles - put correct comment for 5.56 FAMAS mag * fix missing ; * fix comment indentation * Remove XL twin drums from bullpups
- Loading branch information
Showing
6 changed files
with
48 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
class CBA_300BLK_STANAG {}; // .300 Blackout in a normal STANAG mag | ||
class CBA_300BLK_STANAG_L {}; // .300 Blackout in a long STANAG mag | ||
class CBA_300BLK_STANAG_XL {}; // .300 Blackout in a drum or XL stick mag | ||
class CBA_300BLK_STANAG_2D {}; // .300 Blackout in a twin-drum mag | ||
class CBA_300BLK_STANAG_2D_XL {}; // .300 Blackout in a XL twin-drum mag | ||
class CBA_762x35_STANAG {}; // .300 Blackout | ||
class CBA_300BLK_STANAG {}; // .300 Blackout in a normal length STANAG mag, including small drums | ||
class CBA_300BLK_STANAG_L {}; // .300 Blackout in a long STANAG stick or coffin | ||
class CBA_300BLK_STANAG_XL {}; // .300 Blackout in an extra long STANAG stick or coffin mag | ||
class CBA_300BLK_STANAG_2D {}; // .300 Blackout in a twin-drum STANAG mag | ||
class CBA_300BLK_STANAG_2D_XL {}; // .300 Blackout in an extra large twin-drum STANAG mag | ||
|
||
//Deprecated classes do not use | ||
class CBA_762x35_STANAG {}; // DEPRECATED, use CBA_300BLK_STANAG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
class CBA_65G_STANAG {}; // 6.5mm Grendel in a normal STANAG mag | ||
class CBA_65G_STANAG_L {}; // 6.5mm Grendel in a long STANAG mag | ||
class CBA_65G_STANAG_XL {}; // 6.5mm Grendel in a drum or XL stick mag | ||
class CBA_65G_STANAG_2D {}; // 6.5mm Grendel in a twin-drum mag | ||
class CBA_65G_STANAG_2D_XL {}; // 6.5mm Grendel in a XL twin-drum mag | ||
class CBA_65G_STANAG {}; // 6.5mm Grendel in a normal length STANAG mag, including small drums | ||
class CBA_65G_STANAG_L {}; // 6.5mm Grendel in a long STANAG stick or coffin | ||
class CBA_65G_STANAG_XL {}; // 6.5mm Grendel in an extra long STANAG stick or coffin mag | ||
class CBA_65G_STANAG_2D {}; // 6.5mm Grendel in a twin-drum STANAG mag | ||
class CBA_65G_STANAG_2D_XL {}; // 6.5mm Grendel in an extra large twin-drum STANAG mag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
class CBA_68SPC_STANAG {}; // 6.8 SPC in a normal STANAG mag | ||
class CBA_68SPC_STANAG_2D {}; // 6.8 SPC in a twin-drum mag | ||
class CBA_68SPC_STANAG_2D_XL {}; // 6.8 SPC in a XL twin-drum mag | ||
class CBA_68SPC_STANAG_L {}; // 6.8 SPC in a long STANAG mag | ||
class CBA_68SPC_STANAG_XL {}; // 6.8 SPC in a drum or XL stick mag | ||
class CBA_68x43_ACR {}; // 6.8mm Remington SPC | ||
class CBA_68SPC_STANAG {}; // 6.8 SPC in a normal length STANAG mag, including small drums | ||
class CBA_68SPC_STANAG_L {}; // 6.8 SPC in a long STANAG stick or coffin | ||
class CBA_68SPC_STANAG_XL {}; // 6.8 SPC in an extra long STANAG stick or coffin mag | ||
class CBA_68SPC_STANAG_2D {}; // 6.8 SPC in a twin-drum STANAG mag | ||
class CBA_68SPC_STANAG_2D_XL {}; // 6.8 SPC in an extra large twin-drum STANAG mag | ||
|
||
//Deprecated classes do not use | ||
class CBA_68x43_ACR {}; // DEPRECATED, use CBA_68SPC_STANAG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters