fix bug introduced in last rev
This commit is contained in:
parent
3bd5652da2
commit
f967270d4b
1 changed files with 1 additions and 2 deletions
|
@ -2819,9 +2819,8 @@ static int MenuDiscList()
|
|||
else {
|
||||
menu = MENU_EXIT;
|
||||
}
|
||||
}
|
||||
}break;
|
||||
}
|
||||
break;
|
||||
bool returnHere = true;// prompt to start game
|
||||
while (returnHere)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue