mission retry fix

This commit is contained in:
Nikolay Korolev
2021-08-12 11:23:10 +03:00
parent 75f812cfcd
commit b99edf9a6b
3 changed files with 22 additions and 3 deletions

View File

@ -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) {