ACE3/optionals/compat_rhs_usf3/CfgMagazineWells.hpp
PabstMirror ece1031c4d
RHS Compat - Add 2 round hellfire to pylon options (#6893)
* RHS Compat - Add 2 rnd hellfire pylon

Close #5957

* change magwell name

* gvar->addon
2019-04-03 11:40:14 -05:00

9 lines
203 B
C++

class CfgMagazineWells {
class ace_hellfire_K {
ADDON[] = {QGVAR(pylon_mag_2rnd_hellfire_k)};
};
class ace_hellfire_N {
ADDON[] = {GVAR(pylon_mag_2rnd_hellfire_n)};
};
};