From 55259f526b85d44c2f753f8d52be38bb2c310280 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Sun, 24 Feb 2008 14:43:42 +0000 Subject: 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 --- apps/plugins/fire.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c index 7b03e12441..6a0175f958 100644 --- a/apps/plugins/fire.c +++ b/apps/plugins/fire.c @@ -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 -- cgit v1.2.3