forked from len0rd/rockbox
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:
parent
40a92eaed9
commit
19c90888cb
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ static int star_load_level(int current_level)
|
|||
STAR_TILE_SIZE, STAR_TILE_SIZE);
|
||||
#else
|
||||
# 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_Y + y * STAR_TILE_SIZE, \
|
||||
STAR_TILE_SIZE, STAR_TILE_SIZE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue