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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 3d24f7fa19..e2076f75bd 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -358,7 +358,8 @@ CONFIG_KEYPAD == MROBE500_PAD
358#define ARGH_SIZE 5 358#define ARGH_SIZE 5
359#define SPEED 9 359#define SPEED 9
360#define MAX_WORM_SEGMENTS 128 360#define MAX_WORM_SEGMENTS 128
361#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) 361#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
362 ((LCD_WIDTH == 128) && (LCD_HEIGHT == 160))
362#define FOOD_SIZE 4 363#define FOOD_SIZE 4
363#define ARGH_SIZE 5 364#define ARGH_SIZE 5
364#define SPEED 8 365#define SPEED 8