From f967270d4b770bcd526edb7b9bae73e2aff6943a Mon Sep 17 00:00:00 2001 From: giantpune Date: Tue, 5 May 2009 06:52:21 +0000 Subject: [PATCH] fix bug introduced in last rev --- source/menu.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/menu.cpp b/source/menu.cpp index 106e4163..0ba28829 100644 --- a/source/menu.cpp +++ b/source/menu.cpp @@ -2819,9 +2819,8 @@ static int MenuDiscList() else { menu = MENU_EXIT; } - } + }break; } - break; bool returnHere = true;// prompt to start game while (returnHere) {