summaryrefslogtreecommitdiffstats
path: root/apps/plugins/wormlet.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-01-09 21:42:25 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-01-09 21:42:25 +0000
commit67ae5cce2e4ffe68b511aa5437706656fe30891c (patch)
treef899ba932f8e2e5b23974a532ab7c45b87545787 /apps/plugins/wormlet.c
parent9cb473319370810fbab474d26524d927d908c91f (diff)
downloadrockbox-67ae5cce2e4ffe68b511aa5437706656fe30891c.tar.gz
rockbox-67ae5cce2e4ffe68b511aa5437706656fe30891c.zip
SA9200: Make plugins. Cheat a little just to get things to make at first by using some artwork for 128x128 screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29016 a1c6a512-1295-4272-9138-f99709370657
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
#define ARGH_SIZE 5
#define SPEED 9
#define MAX_WORM_SEGMENTS 128
-#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
+#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
+ ((LCD_WIDTH == 128) && (LCD_HEIGHT == 160))
#define FOOD_SIZE 4
#define ARGH_SIZE 5
#define SPEED 8