Arsenal - Pass arsenal dispay to displayOpened event (#6109)

This commit is contained in:
PabstMirror 2018-02-08 13:42:07 -06:00 committed by GitHub
parent 5bef98d4ff
commit e8da3e6435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ GVAR(currentWeaponType) = switch true do {
default {-1};
};
[QGVAR(displayOpened), []] call CBA_fnc_localEvent;
[QGVAR(displayOpened), [_display]] call CBA_fnc_localEvent;
//--------------- Fade out unused elements
private _mouseBlockCtrl = _display displayCtrl IDC_mouseBlock;