summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7b03e12441..6a0175f958 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -32,8 +32,8 @@
32 32
33#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) 33#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
34/* Archos has not enough plugin RAM for full-width fire :( */ 34/* Archos has not enough plugin RAM for full-width fire :( */
35#define FIRE_WIDTH 108 35#define FIRE_WIDTH 106
36#define FIRE_XPOS 2 36#define FIRE_XPOS 3
37#else 37#else
38#define FIRE_WIDTH LCD_WIDTH 38#define FIRE_WIDTH LCD_WIDTH
39#define FIRE_XPOS 0 39#define FIRE_XPOS 0