diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/xobox.c | 1 |
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) |