diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-08-12 10:43:17 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-08-12 10:43:17 +0200 |
commit | 9a1b826021a721a29271cb2c3af027c87f6d1d97 (patch) | |
tree | 0fc2c2f88ffec0e28bd6061cf058c2c1a965a207 /src/control/Script.cpp | |
parent | lil fix (diff) | |
parent | mission retry fix (diff) | |
download | re3-9a1b826021a721a29271cb2c3af027c87f6d1d97.tar re3-9a1b826021a721a29271cb2c3af027c87f6d1d97.tar.gz re3-9a1b826021a721a29271cb2c3af027c87f6d1d97.tar.bz2 re3-9a1b826021a721a29271cb2c3af027c87f6d1d97.tar.lz re3-9a1b826021a721a29271cb2c3af027c87f6d1d97.tar.xz re3-9a1b826021a721a29271cb2c3af027c87f6d1d97.tar.zst re3-9a1b826021a721a29271cb2c3af027c87f6d1d97.zip |
Diffstat (limited to 'src/control/Script.cpp')
-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 5a61c2f7..0fa4de6b 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -3444,6 +3444,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) { |