mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 11:02:47 +00:00
mission retry fix
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user