summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/xobox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 0a8b5b11fd..33ef4d04e9 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -785,7 +785,7 @@ static inline void move_board (void)
785 player.i = newi; 785 player.i = newi;
786 player.j = newj; 786 player.j = newj;
787 } 787 }
788 if (percentage_cache > difficulty) { /* finished level */ 788 if (percentage_cache >= difficulty) { /* finished level */
789 rb->splash (HZ * 2, "Level %d finished", player.level+1); 789 rb->splash (HZ * 2, "Level %d finished", player.level+1);
790 player.score += percentage_cache; 790 player.score += percentage_cache;
791 if (player.level < MAX_LEVEL) 791 if (player.level < MAX_LEVEL)