diff --git a/SQF/dayz_code/Configs/RscDisplay/RscLobby.hpp b/SQF/dayz_code/Configs/RscDisplay/RscLobby.hpp index 563dd5ad6..eed303024 100644 --- a/SQF/dayz_code/Configs/RscDisplay/RscLobby.hpp +++ b/SQF/dayz_code/Configs/RscDisplay/RscLobby.hpp @@ -216,5 +216,6 @@ class RscDisplayMultiplayerSetup: RscStandardDisplay colorText[] = {0,0,0,0}; colorBackground[] = {0,0,0,0}; }; + delete CA_B_DSinterface; }; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/rscTitles.hpp b/SQF/dayz_code/Configs/rscTitles.hpp index 40222843e..46c991717 100644 --- a/SQF/dayz_code/Configs/rscTitles.hpp +++ b/SQF/dayz_code/Configs/rscTitles.hpp @@ -772,3 +772,4 @@ class bloodTest }; #include "RscDisplay\includes.hpp" +delete RscDisplayDSinterface; diff --git a/SQF/dayz_code/compile/keyboard.sqf b/SQF/dayz_code/compile/keyboard.sqf index 879cd4093..3cc22e79a 100644 --- a/SQF/dayz_code/compile/keyboard.sqf +++ b/SQF/dayz_code/compile/keyboard.sqf @@ -318,6 +318,8 @@ if (isNil "keyboard_keys") then { [[DIK_LWIN,DIK_RWIN], {dayz_groupNameTags = !dayz_groupNameTags;_handled = true;}] call _addArray; [actionKeys "TacticalView", _block] call _addArray; }; + [actionKeys "DSInterface", {_handled = true;}] call _addArray; + [[DIK_P], {if (_shiftState) then {_handled = true;};}] call _addArray; diag_log "keyboard_keys reset"; }; diff --git a/SQF/dayz_code/compile/restoreRscDisplayMultiplayerSetup.sqf b/SQF/dayz_code/compile/restoreRscDisplayMultiplayerSetup.sqf index ccdd771e1..1e2a0a2af 100644 --- a/SQF/dayz_code/compile/restoreRscDisplayMultiplayerSetup.sqf +++ b/SQF/dayz_code/compile/restoreRscDisplayMultiplayerSetup.sqf @@ -71,7 +71,7 @@ _d = uiNameSpace getVariable 'RscDisplayMultiplayerSetup'; //DEF_CA_B_EnableAll, //DEF_CA_B_Lock, DEF_CA_B_Params, - DEF_CA_B_DSinterface, + //DEF_CA_B_DSinterface, //DEF_CA_B_Kick, DEF_CA_ButtonContinue, DEF_CA_ButtonCancel,