summaryrefslogtreecommitdiff
path: root/apps/plugins/wormlet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wormlet.c')
-rw-r--r--apps/plugins/wormlet.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index d3fbbdcf2d..bb3526991d 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -338,7 +338,12 @@ CONFIG_KEYPAD == MROBE500_PAD
338#endif 338#endif
339#endif 339#endif
340 340
341#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) 341#if (LCD_WIDTH == 96) && (LCD_HEIGHT == 96)
342#define FOOD_SIZE 3
343#define ARGH_SIZE 4
344#define SPEED 14
345#define MAX_WORM_SEGMENTS 128
346#elif (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
342#define FOOD_SIZE 3 347#define FOOD_SIZE 3
343#define ARGH_SIZE 4 348#define ARGH_SIZE 4
344#define SPEED 14 349#define SPEED 14