summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2007-06-28 20:45:00 +0000
committerAntoine Cellerier <dionoea@videolan.org>2007-06-28 20:45:00 +0000
commitf91d06de7bf724e8e0aa580c18efa3eb345f88f9 (patch)
tree29c6446a4556cd074dbee3c3d97cdaae207ff228 /apps/plugins/bitmaps/native
parent7a1108227b67fb62f3d3447d795447b5b631ed32 (diff)
downloadrockbox-f91d06de7bf724e8e0aa580c18efa3eb345f88f9.tar.gz
rockbox-f91d06de7bf724e8e0aa580c18efa3eb345f88f9.zip
Apply FS #6702: More Sokoban Improvements.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13731 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES8
1 files changed, 5 insertions, 3 deletions
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
331#elif (LCD_HEIGHT >= 144) && (LCD_WIDTH >= 212) || \ 331#elif (LCD_HEIGHT >= 144) && (LCD_WIDTH >= 212) || \
332 (LCD_HEIGHT >= 169) && (LCD_WIDTH >= 180-4) 332 (LCD_HEIGHT >= 169) && (LCD_WIDTH >= 180-4)
333sokoban_tiles.9x9.bmp 333sokoban_tiles.9x9.bmp
334#else 334#elif (LCD_HEIGHT >= 96 && LCD_WIDTH >= 152) || \
335/* LCD_HEIGHT >= 96~121 && LCD_WIDTH >= 152~120 */ 335 (LCD_HEIGHT >= 121 && LCD_WIDTH >= 120)
336sokoban_tiles.6x6.bmp 336sokoban_tiles.6x6.bmp
337#endif 337#endif
338#elif LCD_DEPTH >= 2 338#elif LCD_DEPTH >= 2 && \
339 ((LCD_HEIGHT >= 96 && LCD_WIDTH >= 152) || \
340 (LCD_HEIGHT >= 121 && LCD_WIDTH >= 120))
339sokoban_tiles.6x6x2.bmp 341sokoban_tiles.6x6x2.bmp
340#endif 342#endif
341 343