From 1e263aebf022beebef702f40ec72995d4b750f01 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Thu, 2 Dec 2010 14:21:24 +0100 Subject: [PATCH] Let user decide if he wants highlights in blindfold mode Remove the automaticsuppression ofhighlighting. --- xboard.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xboard.c b/xboard.c index 7152351..94133b9 100644 --- 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) * -- 1.7.0.4