Correct quit

This commit is contained in:
simon.kagstrom 2009-12-04 20:09:42 +00:00
parent d80cb3436c
commit 2b77141e20
2 changed files with 4 additions and 3 deletions

View File

@ -61,7 +61,7 @@ public:
virtual void selectCallback(int which)
{
printf("entry %d selected: %s\n", which, this->pp_msgs[which]);
if (which == 12)
if (which == 11)
exit(0);
}

View File

@ -42,8 +42,9 @@ const char **main_menu_help[] = {
NULL,
NULL,
(const char*[]){
"Networking menu for playing",
"C64 games online.",
"Network setup for playing",
"C64 games against other",
"players online.",
NULL,
},
(const char*[]){