From 5e4ec09d4a5e72254e59abd1a76595abdcfcd058 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Wed, 1 Feb 2017 17:47:29 +0100 Subject: [PATCH] Suppress setup command also in Suicide ad Losers Variants suicide and losers are added to the list of exceptions for which the UCI 'info string variant' command should not result in a CECP 'setup' command. --- UCI2WB.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/UCI2WB.c b/UCI2WB.c index f805ecc..bf72b34 100644 --- a/UCI2WB.c +++ b/UCI2WB.c @@ -31,7 +31,7 @@ // Set VARIANTS for in WinBoard variant feature. (With -s option this will always be reset to use "shogi".) #define VARIANTS ",normal,xiangqi" -#define STDVARS "chess,chess960,crazyhouse,threecheck,giveaway,atomic,seirawan,shogi,xiangqi" +#define STDVARS "chess,chess960,crazyhouse,threecheck,giveaway,suicide,losers,atomic,seirawan,shogi,xiangqi" #define EGT ",gaviotatbpath,syzygypath,nalimovpath," #define DPRINT if(debug) printf -- 1.7.0.4