summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-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 347270a..81e0e6a 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -916,6 +916,7 @@ static inline void move_board (void)
player.j = newj;
}
if (percentage_cache >= difficulty) { /* finished level */
+ refresh_board ();
rb->splashf (HZ * 2, "Level %d finished", player.level+1);
player.score += percentage_cache;
if (player.level < MAX_LEVEL)