From b99edf9a6b5271c7784d51abad4db716fc15addc Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Thu, 12 Aug 2021 11:23:10 +0300 Subject: mission retry fix --- src/control/Script.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/control/Script.cpp') diff --git a/src/control/Script.cpp b/src/control/Script.cpp index 5b5825eb..49a33600 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -3246,6 +3246,7 @@ void RetryMission(int type, int unk) if (type == MISSION_RETRY_TYPE_SUGGEST_TO_PLAYER) { doingMissionRetry = true; FrontEndMenuManager.m_nCurrScreen = MENUPAGE_MISSION_RETRY; + FrontEndMenuManager.m_bAttemptingMissionRetry = true; FrontEndMenuManager.RequestFrontEndStartUp(); } else if (type == MISSION_RETRY_TYPE_BEGIN_RESTARTING) { -- cgit v1.2.3