From 5490f6c78afe7e8d472c0e2999c3586a83916b0e Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Fri, 3 Aug 2007 21:59:41 +0000 Subject: Chessbox plugin: Reset computer thinking time on forced play (FS #5135) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14170 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/chessbox/chessbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/chessbox/chessbox.c') diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c index fce5c72d61..aedb9f8cc3 100644 --- a/apps/plugins/chessbox/chessbox.c +++ b/apps/plugins/chessbox/chessbox.c @@ -1032,6 +1032,7 @@ void cb_play_game(void) { computer = black; } rb->splash ( 0 , "Thinking..." ); + ElapsedTime(1); #ifdef HAVE_ADJUSTABLE_CPU_FREQ rb->cpu_boost ( true ); #endif -- cgit v1.2.3