From: H.G.Muller Date: Wed, 23 Nov 2016 14:13:40 +0000 (+0100) Subject: Obey -firstFeatures option at startup X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=40de0760e954c4748ab1054fd7062ea62b236c7e Obey -firstFeatures option at startup The -firstFeatures, which are supposed to overrule features of the first engine, were ignored when this engine was loaded at startup. --- diff --git a/backend.c b/backend.c index 776f751..b5eb581 100644 --- a/backend.c +++ b/backend.c @@ -1600,6 +1600,7 @@ InitBackEnd3 P((void)) char buf[MSG_SIZ]; int err, len; + ParseFeatures(appData.features[0], &first); if(!appData.icsActive && !appData.noChessProgram && !appData.matchMode && // mode involves only first engine !strcmp(appData.variant, "normal") && // no explicit variant request appData.NrRanks == -1 && appData.NrFiles == -1 && appData.holdingsSize == -1 && // no size overrides requested