diff --git a/frodo_menu.cpp b/frodo_menu.cpp index 8e6ac34..789743d 100644 --- a/frodo_menu.cpp +++ b/frodo_menu.cpp @@ -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); } diff --git a/menu_messages.cpp b/menu_messages.cpp index a4250da..0c6f37d 100644 --- a/menu_messages.cpp +++ b/menu_messages.cpp @@ -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*[]){