Correct menu heko

This commit is contained in:
simon.kagstrom 2010-01-11 06:46:48 +00:00
parent 4b1c10c7be
commit 108f069478

View File

@ -106,6 +106,7 @@ const char **main_menu_help[] = {
}, },
NULL, NULL,
NULL, NULL,
NULL,
(const char*[]){ (const char*[]){
"Network setup for playing", "Network setup for playing",
"C64 games against other", "C64 games against other",
@ -116,7 +117,10 @@ const char **main_menu_help[] = {
"Configure Frodo", "Configure Frodo",
NULL, NULL,
}, },
(const char*[]){
"Quit Frodo",
NULL, NULL,
},
NULL, NULL,
}; };