Update of /cvsroot/rockbox/apps
In directory usw-pr-cvs1:/tmp/cvs-serv15618
Modified Files:
games_menu.c
Log Message:
One snake game is enough
Index: games_menu.c
===================================================================
RCS file: /cvsroot/rockbox/apps/games_menu.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- games_menu.c 24 Sep 2002 17:22:11 -0000 1.10
+++ games_menu.c 24 Sep 2002 17:47:08 -0000 1.11
@@ -37,7 +37,6 @@
#include "lang.h"
extern bool tetris(void);
-extern bool snake(void);
bool games_menu(void)
{
@@ -48,7 +47,6 @@
{ str(LANG_TETRIS), tetris },
{ str(LANG_SOKOBAN), sokoban },
{ str(LANG_WORMLET), wormlet },
- { str(LANG_SNAKE), snake }
};
m=menu_init( items, sizeof items / sizeof(struct menu_items) );
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|