1
0
Fork 0
forked from len0rd/rockbox

The fire plugin got slightly too big for the Archos plugin buffer with one of the recent changes again, so save some bytes by reducing FIRE_WIDTH slightly.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16408 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marianne Arnold 2008-02-24 14:43:42 +00:00
parent a5a03cdb62
commit 55259f526b

View file

@ -32,8 +32,8 @@
#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
/* Archos has not enough plugin RAM for full-width fire :( */
#define FIRE_WIDTH 108
#define FIRE_XPOS 2
#define FIRE_WIDTH 106
#define FIRE_XPOS 3
#else
#define FIRE_WIDTH LCD_WIDTH
#define FIRE_XPOS 0