summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/star.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/star.c b/apps/plugins/star.c
index 88cc283106..599ad2b4b1 100644
--- a/apps/plugins/star.c
+++ b/apps/plugins/star.c
@@ -613,7 +613,7 @@ static int star_load_level(int current_level)
613 STAR_TILE_SIZE, STAR_TILE_SIZE); 613 STAR_TILE_SIZE, STAR_TILE_SIZE);
614#else 614#else
615# define DRAW_TILE( a ) \ 615# define DRAW_TILE( a ) \
616 rb->lcd_mono_bitmap ( a # bmp, \ 616 rb->lcd_mono_bitmap ( a ## _bmp, \
617 STAR_OFFSET_X + x * STAR_TILE_SIZE, \ 617 STAR_OFFSET_X + x * STAR_TILE_SIZE, \
618 STAR_OFFSET_Y + y * STAR_TILE_SIZE, \ 618 STAR_OFFSET_Y + y * STAR_TILE_SIZE, \
619 STAR_TILE_SIZE, STAR_TILE_SIZE); 619 STAR_TILE_SIZE, STAR_TILE_SIZE);