From 2f3c679f0f1aa6bf02af2399b92938033ecbe083 Mon Sep 17 00:00:00 2001 From: giantpune Date: Thu, 25 Jun 2009 22:07:13 +0000 Subject: [PATCH] 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. --- source/menu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/menu.cpp b/source/menu.cpp index 449b5d17..6f772685 100644 --- a/source/menu.cpp +++ b/source/menu.cpp @@ -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;