summaryrefslogtreecommitdiff
path: root/apps/plugins/rockblox1d.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockblox1d.c')
-rw-r--r--apps/plugins/rockblox1d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockblox1d.c b/apps/plugins/rockblox1d.c
index 7e26d3d070..073bc30f06 100644
--- a/apps/plugins/rockblox1d.c
+++ b/apps/plugins/rockblox1d.c
@@ -190,7 +190,7 @@
190# define NEXT_Y (int)((LCD_HEIGHT * 0.8)/2-NEXT_H/2) 190# define NEXT_Y (int)((LCD_HEIGHT * 0.8)/2-NEXT_H/2)
191#endif 191#endif
192 192
193void draw_brick(int pos, int length) { 193static void draw_brick(int pos, int length) {
194 int i = pos; 194 int i = pos;
195 rb->lcd_set_drawmode(DRMODE_BG|DRMODE_INVERSEVID); 195 rb->lcd_set_drawmode(DRMODE_BG|DRMODE_INVERSEVID);
196 rb->lcd_fillrect(CENTER_X, CENTER_Y, WIDTH, WIDTH * TILES + TILES); 196 rb->lcd_fillrect(CENTER_X, CENTER_Y, WIDTH, WIDTH * TILES + TILES);