Merge remote-tracking branch 'origin/miami' into lcs

This commit is contained in:
Sergeanur
2021-08-12 11:43:17 +03:00
3 changed files with 22 additions and 3 deletions

View File

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