From 3b79698f19ffbfad07b1a0b74e1a13fbf2cedc92 Mon Sep 17 00:00:00 2001 From: Jeffrey Goode Date: Sat, 2 Jan 2010 19:48:14 +0000 Subject: xobox: show game stats when finishing level git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24145 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/xobox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins') 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) 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) -- cgit v1.2.3