Merge branch 'options-menu-and-installer' of https://github.com/hedge-dev/UnleashedRecomp into options-menu-and-installer

This commit is contained in:
Hyper 2024-12-04 01:17:20 +00:00
commit 82fdf2ed1b

View file

@ -1032,7 +1032,7 @@ static void DrawMessagePrompt()
if (messageWindowReturned) 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. // If user confirms the message prompt that they wish to skip installing the DLC, start the installer.
InstallerStart(); InstallerStart();