mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
compat_bwa3: added ACE_isBelt
This commit is contained in:
parent
c45425a559
commit
d36efb5a4a
9
optionals/compat_bwa3/CfgMagazines.hpp
Normal file
9
optionals/compat_bwa3/CfgMagazines.hpp
Normal file
@ -0,0 +1,9 @@
|
||||
class CfgMagazines {
|
||||
class CA_Magazine;
|
||||
class BWA3_200Rnd_556x45: CA_Magazine {
|
||||
ACE_isBelt = 1;
|
||||
};
|
||||
class BWA3_120Rnd_762x51: CA_Magazine {
|
||||
ACE_isBelt = 1;
|
||||
};
|
||||
};
|
@ -13,3 +13,4 @@ class CfgPatches {
|
||||
|
||||
#include "CfgAmmo.hpp"
|
||||
#include "CfgWeapons.hpp"
|
||||
#include "CfgMagazines.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user