summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/chessbox.c')
-rw-r--r--apps/plugins/chessbox/chessbox.c1
1 files changed, 1 insertions, 0 deletions
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) {
1032 computer = black; 1032 computer = black;
1033 } 1033 }
1034 rb->splash ( 0 , "Thinking..." ); 1034 rb->splash ( 0 , "Thinking..." );
1035 ElapsedTime(1);
1035#ifdef HAVE_ADJUSTABLE_CPU_FREQ 1036#ifdef HAVE_ADJUSTABLE_CPU_FREQ
1036 rb->cpu_boost ( true ); 1037 rb->cpu_boost ( true );
1037#endif 1038#endif