From 3c5d1124634003f824ae58148ace1b742f4c6282 Mon Sep 17 00:00:00 2001 From: He-Man Date: Sun, 5 Feb 2017 18:54:06 +0100 Subject: [PATCH] Update EPOCH_KeyDown.sqf --- .../compile/interface_event_handlers/EPOCH_KeyDown.sqf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf index 8af89140..9f2e3b0a 100644 --- a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf +++ b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf @@ -32,6 +32,9 @@ params ["_display","_dikCode","_shift","_ctrl","_alt"]; _handled = false; +_this call Epoch_custom_EH_KeyDown; +if (_handled) exitWith{ true }; + if !(alive player) exitWith{ false }; EPOCH_doRotate = false;