summaryrefslogtreecommitdiff
path: root/apps/plugins/jewels.c
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2007-09-20 11:06:31 +0000
committerMarianne Arnold <pixelma@rockbox.org>2007-09-20 11:06:31 +0000
commit40c0569cef2d2146bae17378ac17935c57387ae0 (patch)
treee68d469dbd2eaff82d6c75ecad5c20fd0fd043e4 /apps/plugins/jewels.c
parent1b4623a849932b17219087c130762eca818b4508 (diff)
downloadrockbox-40c0569cef2d2146bae17378ac17935c57387ae0.tar.gz
rockbox-40c0569cef2d2146bae17378ac17935c57387ae0.zip
Oops, what did that do there?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14774 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/jewels.c')
-rw-r--r--apps/plugins/jewels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jewels.c b/apps/plugins/jewels.c
index dde53a0933..f46c3b2355 100644
--- a/apps/plugins/jewels.c
+++ b/apps/plugins/jewels.c
@@ -160,7 +160,7 @@ PLUGIN_HEADER
160#define YOFS 6 160#define YOFS 6
161#define NUM_SCORES 10 161#define NUM_SCORES 10
162 162
163+/* use 10x10 tiles (Sansa c200) */ 163/* use 10x10 tiles (Sansa c200) */
164#elif (LCD_HEIGHT == 80) && (LCD_WIDTH == 132) 164#elif (LCD_HEIGHT == 80) && (LCD_WIDTH == 132)
165#define TILE_WIDTH 10 165#define TILE_WIDTH 10
166#define TILE_HEIGHT 10 166#define TILE_HEIGHT 10