Clear square markers on new game
[xboard.git] / backend.c
index ffb0823..f59096c 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -10660,6 +10660,7 @@ Reset(redraw, init)
     ModeHighlight();
     if(appData.icsActive) gameInfo.variant = VariantNormal;
     currentMove = forwardMostMove = backwardMostMove = 0;
+    MarkTargetSquares(1);
     InitPosition(redraw);
     for (i = 0; i < MAX_MOVES; i++) {
        if (commentList[i] != NULL) {