summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/fire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c
index 7b03e12..6a0175f 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