Better help message

This commit is contained in:
simon.kagstrom 2010-03-10 16:58:06 +00:00
parent 9035645c33
commit 775c48274a

View File

@ -345,13 +345,14 @@ const char *game_info_menu_messages[6] = {
};
const char *needs_help[8] = {
/*00*/ "c64-network.org neeeds",
/*01*/ "design help! See",
/*02*/ "#", /* Empty line */
const char *needs_help[9] = {
/*00*/ "c64-network.org needs",
/*01*/ "grapichs and web design",
/*02*/ "help! See",
/*02*/ "#",
/*03*/ "http://www.c64-network.org",
/*04*/ "for more information.",
/*05*/ "#",
/*06*/ "^|OK",
/*06*/ "^|I'll help!",
NULL
};