From: H.G.Muller Date: Wed, 1 Feb 2017 16:47:29 +0000 (+0100) Subject: Suppress setup command also in Suicide ad Losers X-Git-Tag: v4.0~31 X-Git-Url: http://winboard.nl/cgi-bin?p=uci2wb.git;a=commitdiff_plain;h=5e4ec09d4a5e72254e59abd1a76595abdcfcd058 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. --- 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