Ooops. Fix compilation on non color lcd targets.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10101 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2006-06-10 20:49:31 +00:00
parent 40a92eaed9
commit 19c90888cb

View file

@ -613,7 +613,7 @@ static int star_load_level(int current_level)
STAR_TILE_SIZE, STAR_TILE_SIZE); STAR_TILE_SIZE, STAR_TILE_SIZE);
#else #else
# define DRAW_TILE( a ) \ # define DRAW_TILE( a ) \
rb->lcd_mono_bitmap ( a # bmp, \ rb->lcd_mono_bitmap ( a ## _bmp, \
STAR_OFFSET_X + x * STAR_TILE_SIZE, \ STAR_OFFSET_X + x * STAR_TILE_SIZE, \
STAR_OFFSET_Y + y * STAR_TILE_SIZE, \ STAR_OFFSET_Y + y * STAR_TILE_SIZE, \
STAR_TILE_SIZE, STAR_TILE_SIZE); STAR_TILE_SIZE, STAR_TILE_SIZE);