summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-08-12 10:43:17 +0200
committerSergeanur <s.anureev@yandex.ua>2021-08-12 10:43:17 +0200
commit9a1b826021a721a29271cb2c3af027c87f6d1d97 (patch)
tree0fc2c2f88ffec0e28bd6061cf058c2c1a965a207 /src/control
parentlil fix (diff)
parentmission retry fix (diff)
downloadre3-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')
-rw-r--r--src/control/Script.cpp1
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) {