1
0
Fork 0
forked from len0rd/rockbox

No need to included unused data in the archos builds.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6932 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-06-29 21:06:19 +00:00
parent 305a7ce1a2
commit 848be81828

View file

@ -118,6 +118,7 @@ static int applecount=0;
static char phscore[30];
#ifdef BMPHEIGHT_snakebmp
const unsigned char snakebmp[] = {
0x00, 0x00, 0x00, 0xe0, 0x20, 0xa0, 0xa0, 0x00, 0xe0, 0xa0, 0xa0, 0xe0, 0x00,
0xe0, 0x40, 0x80, 0x40, 0xe0, 0x00, 0xe0, 0xa0, 0xa0, 0xa0, 0x00, 0x00, 0xf0,
@ -329,7 +330,9 @@ const unsigned char snakebmp[] = {
0x6d, 0x39, 0x1c, 0x0f,
};
#endif
#ifdef BMPHEIGHT_snakeupbmp
const unsigned char snakeupbmp[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
@ -398,6 +401,7 @@ const unsigned char snakeupbmp[] = {
0x06, 0x0c, 0x00, 0x00,
};
#endif
#define NORTH 1
#define EAST 2