mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 04:30:36 +00:00
Merge remote-tracking branch 'origin/miami' into lcs
This commit is contained in:
commit
9a1b826021
3 changed files with 22 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue