summaryrefslogtreecommitdiff
path: root/apps/plugins/dice.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/dice.c')
-rw-r--r--apps/plugins/dice.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/dice.c b/apps/plugins/dice.c
index cfeceae539..39392f1ac5 100644
--- a/apps/plugins/dice.c
+++ b/apps/plugins/dice.c
@@ -214,9 +214,7 @@ static void print_dice(const int dice[], const int total) {
214 rb->lcd_puts(0,START_DICE_ROW+(++row)," "); 214 rb->lcd_puts(0,START_DICE_ROW+(++row)," ");
215 } 215 }
216#endif 216#endif
217#ifdef HAVE_LCD_BITMAP
218 rb->lcd_update(); 217 rb->lcd_update();
219#endif
220} 218}
221static bool dice_menu(int *num_dice, int *side_index) { 219static bool dice_menu(int *num_dice, int *side_index) {
222 int selection; 220 int selection;