optional snap building added

This commit is contained in:
raymix
2014-07-10 20:13:30 +01:00
parent 5b61ce34b7
commit 5c8da27d4d
7 changed files with 1298 additions and 1 deletions

View File

@@ -189,4 +189,9 @@ if (_dikCode == 0x39 || (_dikCode in actionKeys "User19")) then {
DZE_5 = true;
};
// F key
if ((_dikCode == 0x21 && (!_alt && !_ctrl)) || (_dikCode in actionKeys "User6")) then {
DZE_F = true;
};
_handled