mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
small fix.
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2217 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
0d601ad0c7
commit
1a008364d7
@ -270,16 +270,16 @@ void* FormatProcess2(void)
|
||||
// Auto—p
|
||||
if (gAutoFlag)
|
||||
{
|
||||
sAutoModeSequence = 0;
|
||||
|
||||
if (result)
|
||||
{
|
||||
gAutoProcessResult[AUTO_PROCESS_MENU_MACHINE_INITIALIZE] = AUTO_PROCESS_RESULT_SUCCESS;
|
||||
sAutoModeSequence = 0;
|
||||
FADE_OUT_RETURN( AutoProcess1 );
|
||||
}
|
||||
else
|
||||
{
|
||||
gAutoProcessResult[AUTO_PROCESS_MENU_MACHINE_INITIALIZE] = AUTO_PROCESS_RESULT_FAILURE;
|
||||
sAutoModeSequence = 0;
|
||||
FADE_OUT_RETURN( AutoProcess2 );
|
||||
}
|
||||
}
|
||||
@ -394,16 +394,18 @@ void* FormatProcess3(void)
|
||||
// Auto—p
|
||||
if (gAutoFlag)
|
||||
{
|
||||
#ifdef MARIOCLUB_VERSION
|
||||
sAutoModeSequence = 1;
|
||||
#endif // MARIOCLUB_VERSION
|
||||
|
||||
if (sFormatResult)
|
||||
{
|
||||
gAutoProcessResult[AUTO_PROCESS_MENU_FORMAT] = AUTO_PROCESS_RESULT_SUCCESS;
|
||||
sAutoModeSequence = 1;
|
||||
FADE_OUT_RETURN( AutoProcess1 );
|
||||
}
|
||||
else
|
||||
{
|
||||
gAutoProcessResult[AUTO_PROCESS_MENU_FORMAT] = AUTO_PROCESS_RESULT_FAILURE;
|
||||
sAutoModeSequence = 1;
|
||||
FADE_OUT_RETURN( AutoProcess2 );
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user