mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
Merge branch 'options-menu-and-installer' of https://github.com/hedge-dev/UnleashedRecomp into options-menu-and-installer
This commit is contained in:
commit
82fdf2ed1b
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