Suppress setup command also in Suicide ad Losers
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 1 Feb 2017 16:47:29 +0000 (17:47 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 1 Feb 2017 16:47:29 +0000 (17:47 +0100)
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

index f805ecc..bf72b34 100644 (file)
--- a/UCI2WB.c
+++ b/UCI2WB.c
@@ -31,7 +31,7 @@
 \r
 // Set VARIANTS for in WinBoard variant feature. (With -s option this will always be reset to use "shogi".)\r
 #define VARIANTS ",normal,xiangqi"\r
-#define STDVARS "chess,chess960,crazyhouse,threecheck,giveaway,atomic,seirawan,shogi,xiangqi"\r
+#define STDVARS "chess,chess960,crazyhouse,threecheck,giveaway,suicide,losers,atomic,seirawan,shogi,xiangqi"\r
 #define EGT ",gaviotatbpath,syzygypath,nalimovpath,"\r
 \r
 #define DPRINT if(debug) printf\r