Prevent the interact menu from closing when moving the mouse during animations

This commit is contained in:
esteldunedain 2016-02-27 15:47:23 -03:00
parent 121663226c
commit a86bbdb162

View File

@ -116,8 +116,6 @@ if (GVAR(openedMenuType) >= 0) then {
if(!_foundTarget && GVAR(actionSelected)) then {
GVAR(actionSelected) = false;
GVAR(expanded) = false;
GVAR(lastPath) = [];
};
for "_i" from GVAR(iconCount) to (count GVAR(iconCtrls))-1 do {
ctrlDelete (GVAR(iconCtrls) select _i);