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 {