1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Fix stop gesture keybind ()

This commit is contained in:
PabstMirror 2016-09-07 14:07:51 -05:00 committed by Glowbal
parent 1caea46d60
commit 0d81ce34e2

@ -14,6 +14,9 @@ if (!hasInterface) exitWith {};
};
private _code = compile format [QUOTE('%1' call FUNC(playSignal)), _signalName];
if (_currentName == "Stop") then {
_code = compile format [QUOTE('%1' call FUNC(playSignal)), "BIgestureFreeze"];
};
TRACE_4("Adding KeyBind",_currentName,_signalName,_code,_key);