summaryrefslogtreecommitdiffstats
path: root/apps/plugins/wormlet.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2011-11-13 16:16:18 +0000
committerBertrik Sikken <bertrik@sikken.nl>2011-11-13 16:16:18 +0000
commit36d7bbbb4e605f1df373282fbbcb3cfb0e15b464 (patch)
tree3b7538a3321bc6305f893116a07cf431de339f8e /apps/plugins/wormlet.c
parent86e8f6ad233d613b2ab6347e6ae4e83a00eae3d5 (diff)
downloadrockbox-36d7bbbb4e605f1df373282fbbcb3cfb0e15b464.tar.gz
rockbox-36d7bbbb4e605f1df373282fbbcb3cfb0e15b464.zip
Sansa clip zip: make more plugins compile (lamp, wormlet, matrix)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30974 a1c6a512-1295-4272-9138-f99709370657
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
#endif
#endif
-#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
+#if (LCD_WIDTH == 96) && (LCD_HEIGHT == 96)
+#define FOOD_SIZE 3
+#define ARGH_SIZE 4
+#define SPEED 14
+#define MAX_WORM_SEGMENTS 128
+#elif (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
#define FOOD_SIZE 3
#define ARGH_SIZE 4
#define SPEED 14