From f91d06de7bf724e8e0aa580c18efa3eb345f88f9 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Thu, 28 Jun 2007 20:45:00 +0000 Subject: Apply FS #6702: More Sokoban Improvements. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13731 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'apps/plugins/bitmaps/native/SOURCES') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 90a635ef01..00a6e3ab30 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -331,11 +331,13 @@ sokoban_tiles.14x14.bmp #elif (LCD_HEIGHT >= 144) && (LCD_WIDTH >= 212) || \ (LCD_HEIGHT >= 169) && (LCD_WIDTH >= 180-4) sokoban_tiles.9x9.bmp -#else -/* LCD_HEIGHT >= 96~121 && LCD_WIDTH >= 152~120 */ +#elif (LCD_HEIGHT >= 96 && LCD_WIDTH >= 152) || \ + (LCD_HEIGHT >= 121 && LCD_WIDTH >= 120) sokoban_tiles.6x6.bmp #endif -#elif LCD_DEPTH >= 2 +#elif LCD_DEPTH >= 2 && \ + ((LCD_HEIGHT >= 96 && LCD_WIDTH >= 152) || \ + (LCD_HEIGHT >= 121 && LCD_WIDTH >= 120)) sokoban_tiles.6x6x2.bmp #endif -- cgit v1.2.3