Fix interactMenuClosed event

This commit is contained in:
PabstMirror 2015-03-11 12:48:17 -05:00
parent 72543e343c
commit 3a7c7f7cee
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ if(GVAR(actionSelected)) then {
if (GVAR(keyDown)) then {
GVAR(keyDown) = false;
["interactMenuClosed", [0]] call FUNC(localEvent);
["interactMenuClosed", [0]] call EFUNC(common,localEvent);
};
GVAR(expanded) = false;

View File

@ -25,7 +25,7 @@ if(GVAR(actionSelected)) then {
if (GVAR(keyDownSelfAction)) then {
GVAR(keyDownSelfAction) = false;
["interactMenuClosed", [1]] call FUNC(localEvent);
["interactMenuClosed", [1]] call EFUNC(common,localEvent);
};
GVAR(expanded) = false;