change to menu=MENU_CHECK after alt dol fails. this takes longer but is needed for crappy drives that don't work right with the regular init function.

This commit is contained in:
giantpune 2009-06-25 22:07:13 +00:00
parent 68a24d0784
commit 2f3c679f0f

View File

@ -1066,7 +1066,7 @@ int MenuDiscList()
sprintf(nipple, "%s %s",nipple,tr("does not exist! You Messed something up, Idiot."));
WindowPrompt(tr("Error"),nipple,tr("OK"),NULL,NULL,NULL);
menu = MENU_DISCLIST;
menu = MENU_CHECK;
wiilight(0);
break;
}
@ -1123,7 +1123,7 @@ int MenuDiscList()
sprintf(nipple, "%s %s",nipple,tr("does not exist! You Messed something up, Idiot."));
WindowPrompt(tr("Error"),nipple,tr("OK"),NULL,NULL,NULL);
menu = MENU_DISCLIST;
menu = MENU_CHECK;
wiilight(0);
break;