Change which options go back to the main menu

This commit is contained in:
simon.kagstrom 2009-05-24 06:40:22 +00:00
parent 00f699ef47
commit 7bd065467a

View File

@ -730,7 +730,7 @@ void gui_display(int shortcut)
default:
break;
}
} while (opt != 5 && opt != 9 && opt != 10);
} while (opt == 0 || opt == 6 || opt == 7 || opt == 8);
if (prefs_has_changed)
{