diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/star.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/star.c b/apps/plugins/star.c index 88cc283..599ad2b 100644 --- a/apps/plugins/star.c +++ b/apps/plugins/star.c @@ -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); |