summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/xobox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 347270a4bd..81e0e6ae15 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -916,6 +916,7 @@ static inline void move_board (void)
916 player.j = newj; 916 player.j = newj;
917 } 917 }
918 if (percentage_cache >= difficulty) { /* finished level */ 918 if (percentage_cache >= difficulty) { /* finished level */
919 refresh_board ();
919 rb->splashf (HZ * 2, "Level %d finished", player.level+1); 920 rb->splashf (HZ * 2, "Level %d finished", player.level+1);
920 player.score += percentage_cache; 921 player.score += percentage_cache;
921 if (player.level < MAX_LEVEL) 922 if (player.level < MAX_LEVEL)