Let user decide if he wants highlights in blindfold mode
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 2 Dec 2010 13:21:24 +0000 (14:21 +0100)
committerArun Persaud <arun@nubati.net>
Fri, 3 Dec 2010 07:14:25 +0000 (23:14 -0800)
Remove the automaticsuppression ofhighlighting.

xboard.c

index 7152351..94133b9 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -3998,7 +3998,7 @@ static void drawHighlight(file, rank, gc)
 {
     int x, y;
 
-    if (lineGap == 0 || appData.blindfold) return;
+    if (lineGap == 0) return;
 
     if (flipView) {
        x = lineGap/2 + ((BOARD_WIDTH-1)-file) *