mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-16 20:39:15 +01:00
Correct quit
This commit is contained in:
parent
d80cb3436c
commit
2b77141e20
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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*[]){
|
||||
|
Loading…
x
Reference in New Issue
Block a user