mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 20:31:41 +00:00
Add extra condition for starting the installer.
This commit is contained in:
parent
81e76972ac
commit
0d696b53eb
1 changed files with 1 additions and 1 deletions
|
|
@ -1032,7 +1032,7 @@ static void DrawMessagePrompt()
|
|||
|
||||
if (messageWindowReturned)
|
||||
{
|
||||
if (g_currentMessagePromptConfirmation && (g_currentMessageResult == 0))
|
||||
if (g_currentMessagePromptConfirmation && (g_currentMessageResult == 0) && (g_currentPage == WizardPage::SelectDLC))
|
||||
{
|
||||
// If user confirms the message prompt that they wish to skip installing the DLC, start the installer.
|
||||
InstallerStart();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue