summaryrefslogtreecommitdiff
path: root/apps/plugins/pegbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pegbox.c')
-rw-r--r--apps/plugins/pegbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c
index 23fabf11c7..45c830a5a0 100644
--- a/apps/plugins/pegbox.c
+++ b/apps/plugins/pegbox.c
@@ -1000,7 +1000,7 @@ static unsigned int pegbox_menu(struct game_context* pb) {
1000 rb->lcd_putsxy((LCD_WIDTH)/4, 40, "Quit"); 1000 rb->lcd_putsxy((LCD_WIDTH)/4, 40, "Quit");
1001 1001
1002 if(!can_resume) 1002 if(!can_resume)
1003 rb->lcd_drawline((LCD_WIDTH)/4, 28, (LCD_WIDTH)/4+30, 28); 1003 rb->lcd_hline((LCD_WIDTH)/4, (LCD_WIDTH)/4+30, 28);
1004 1004
1005 rb->lcd_putsxy((LCD_WIDTH)/4-8, loc*8+16, "*"); 1005 rb->lcd_putsxy((LCD_WIDTH)/4-8, loc*8+16, "*");
1006 1006