Add XBoard protocol drivers
[bonanza.git] / time.c
diff --git a/time.c b/time.c
index 203c3bf..56a0ded 100644 (file)
--- a/time.c
+++ b/time.c
@@ -39,7 +39,10 @@ set_search_limit_time( int turn )
 */
 {
   unsigned int u0, u1;
-
+#ifdef XBOARD
+  extern char xboard_mode;
+  if(xboard_mode) return;
+#endif
   /* no time-control */
   if ( sec_limit_up == UINT_MAX || ( game_status & flag_pondering ) )
     {