diff options
Diffstat (limited to 'src/control')
-rw-r--r-- | src/control/Script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |