X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=58e3f2e398382ff1e82ba25e8057d722590982ea;hb=517122a05a381578e89f9bfc95681fb0ad071a11;hp=a67ca7ceab7d3c57dcef59e338288d7acafa49b6;hpb=b570994c0ee650a76b7957dca04263e719092a59;p=xboard.git diff --git a/backend.c b/backend.c index a67ca7c..58e3f2e 100644 --- a/backend.c +++ b/backend.c @@ -19109,7 +19109,7 @@ LoadTheme () if(appData.trueColors != 2) // 2 is a kludge to suppress this in WinBoard snprintf(buf+strlen(buf), MSG_SIZ-strlen(buf), " -trueColors %s", appData.trueColors ? "true" : "false"); } - if(!appData.pieceDirectory[0] && !appData.trueColors) + if(!appData.pieceDirectory[0] || !appData.trueColors) snprintf(buf+strlen(buf), MSG_SIZ-strlen(buf), " -wpc %s -bpc %s", Col2Text(0), // whitePieceColor Col2Text(1) ); // blackPieceColor