From 34639c153c8c74849e7f92276a99d9adeefd4d9b Mon Sep 17 00:00:00 2001 From: esteldunedain Date: Thu, 9 Apr 2015 09:31:18 -0300 Subject: [PATCH] Allow holding scope adjustment keys --- addons/scopes/XEH_postInit.sqf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/scopes/XEH_postInit.sqf b/addons/scopes/XEH_postInit.sqf index 559a21a772..1084a41181 100644 --- a/addons/scopes/XEH_postInit.sqf +++ b/addons/scopes/XEH_postInit.sqf @@ -46,7 +46,7 @@ if !(hasInterface) exitWith {}; true }, {false}, -[201, [false, false, false]], false] call cba_fnc_addKeybind; +[201, [false, false, false]], true] call cba_fnc_addKeybind; ["ACE3", QGVAR(AdjustDown), localize "STR_ACE_Scopes_AdjustDown", { @@ -61,7 +61,7 @@ if !(hasInterface) exitWith {}; true }, {false}, -[209, [false, false, false]], false] call cba_fnc_addKeybind; +[209, [false, false, false]], true] call cba_fnc_addKeybind; ["ACE3", QGVAR(AdjustLeft), localize "STR_ACE_Scopes_AdjustLeft", { @@ -76,7 +76,7 @@ if !(hasInterface) exitWith {}; true }, {false}, -[209, [false, true, false]], false] call cba_fnc_addKeybind; +[209, [false, true, false]], true] call cba_fnc_addKeybind; ["ACE3", QGVAR(AdjustRight), localize "STR_ACE_Scopes_AdjustRight", { @@ -91,7 +91,7 @@ if !(hasInterface) exitWith {}; true }, {false}, -[201, [false, true, false]], false] call cba_fnc_addKeybind; +[201, [false, true, false]], true] call cba_fnc_addKeybind; // init shortdot GVAR(showShortdot) = false;