summaryrefslogtreecommitdiff
path: root/apps/plugins/jewels.c
diff options
context:
space:
mode:
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