updated timer
[xboard.git] / backend.c
index 464335e..8f84481 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -8255,10 +8255,11 @@ Reset(redraw, init)
            InitChessProgram(&first, startedFromSetupPosition);
     }
 
-    GUI_DisplayTitle("");
+    DisplayTitle("");
     DisplayMessage("", "");
     HistorySet(parseList, backwardMostMove, forwardMostMove, currentMove-1);
 
+    return;
 }
 
 void
@@ -13203,8 +13204,6 @@ StopClocks()
     if (!StopClockTimer()) return;
     if (!appData.clockMode) return;
 
-    printf("Debug: in stop clocks\n");
-
     GetTimeMark(&now);
 
     lastTickLength = SubtractTimeMarks(&now, &tickStartTM);
@@ -13218,7 +13217,6 @@ StopClocks()
        DisplayBlackClock(blackTimeRemaining, !WhiteOnMove(currentMove));
     }
     CheckFlags();
-    printf("Debug: end stop clocks\n");
 }
 
 /* Start clock of player on move.  Time may have been reset, so