mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #6754 from acemod/arseMacrros
Arsenal - Adjust macros for newest pboProject
This commit is contained in:
commit
62710f27c2
@ -362,6 +362,7 @@ _buttonCurrentMag2Ctrl ctrlCommit FADE_DELAY;\
|
||||
{(_accsArray select 2) findIf {_x == _item} > -1} ||\
|
||||
{(_accsArray select 3) findIf {_x == _item} > -1}
|
||||
|
||||
// PboProject 2.45 has problems with these macros for some reason, adding a single space before the \ fixes
|
||||
#define CHECK_ASSIGNED_ITEMS \
|
||||
(GVAR(virtualItems) select 10) findIf {_x == _item} > -1 ||\
|
||||
{(GVAR(virtualItems) select 11) findIf {_x == _item} > -1} ||\
|
||||
|
Loading…
Reference in New Issue
Block a user