mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 04:50:34 +00:00
mission retry fix
This commit is contained in:
parent
75f812cfcd
commit
b99edf9a6b
3 changed files with 22 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue