From 4b7167154060fa8e4d4e6fe5189c5908748c271e Mon Sep 17 00:00:00 2001 From: Skaronator Date: Sun, 24 Nov 2013 22:17:05 +0100 Subject: [PATCH] Could fix Directly Disconnect, not sure because Private Repo is 404 --- SQF/dayz_code/Configs/rscTitles.hpp | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/rscTitles.hpp b/SQF/dayz_code/Configs/rscTitles.hpp index 16f9b047d..c2dbd813f 100644 --- a/SQF/dayz_code/Configs/rscTitles.hpp +++ b/SQF/dayz_code/Configs/rscTitles.hpp @@ -70,13 +70,21 @@ class RscDisplayDebriefing: RscStandardDisplay delete CA_DebriefingStatsGroup; delete ButtonStatistics; delete ButtonRetry; - //delete ButtonContinue; + class ButtonContinue: RscIGUIShortcutButton + { + idc = 2; + shortcuts[] = {"0x00050000 + 0",28,57,156}; + x = 0.4080875; + y = 0.863977; + text = $STR_UI_CONTINUE; + }; }; class ControlsBackground { delete Mainback; }; }; + class RscDisplayMissionFail: RscStandardDisplay { onLoad = "ctrlActivate ((_this select 0) displayCtrl 2)"; @@ -91,7 +99,14 @@ class RscDisplayMissionFail: RscStandardDisplay delete CA_DebriefingObjectivesGroup; delete CA_DebriefingStatsGroup; delete BRetry; - //delete BAbort; + class BAbort: RscIGUIShortcutButton + { + idc = 2; + shortcuts[] = {"0x00050000 + 0",28,57,156}; + x = 0.4080875; + y = 0.863977; + text = $STR_UI_END; + }; }; class ControlsBackground {