mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-28 05:11:37 +00:00
Come back check space.
This commit is contained in:
parent
0f7780165c
commit
5de906e948
2 changed files with 8 additions and 5 deletions
|
|
@ -979,10 +979,13 @@ static void DrawNextButton()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Start the installer outright, this switches to the right page on its own.
|
g_currentPage = WizardPage::CheckSpace;
|
||||||
InstallerStart();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (g_currentPage == WizardPage::CheckSpace)
|
||||||
|
{
|
||||||
|
InstallerStart();
|
||||||
|
}
|
||||||
else if (g_currentPage == WizardPage::InstallSucceeded)
|
else if (g_currentPage == WizardPage::InstallSucceeded)
|
||||||
{
|
{
|
||||||
g_isDisappearing = true;
|
g_isDisappearing = true;
|
||||||
|
|
@ -1104,8 +1107,8 @@ static void DrawMessagePrompt()
|
||||||
{
|
{
|
||||||
if (g_currentMessagePromptConfirmation && (g_currentMessageResult == 0) && (g_currentPage == WizardPage::SelectDLC))
|
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, proceed to the next step.
|
||||||
InstallerStart();
|
g_currentPage = WizardPage::CheckSpace;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_currentMessagePrompt.clear();
|
g_currentMessagePrompt.clear();
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5b5ad2794a2c78d50dc6a85e71954fb6b9e80ae2
|
Subproject commit 771f670594a2d274bfb47a209017b2616ed423cf
|
||||||
Loading…
Add table
Reference in a new issue