fix bug introduced in last rev

This commit is contained in:
giantpune 2009-05-05 06:52:21 +00:00
parent 3bd5652da2
commit f967270d4b

View File

@ -2819,9 +2819,8 @@ static int MenuDiscList()
else { else {
menu = MENU_EXIT; menu = MENU_EXIT;
} }
}break;
} }
}
break;
bool returnHere = true;// prompt to start game bool returnHere = true;// prompt to start game
while (returnHere) while (returnHere)
{ {