X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=main.c;h=ae3c5aaf4a7e87cb45e8b82ede8eda8f34d0df0a;hp=c871c4493aece70c1b9a93c04298768214d27494;hb=5b56e51eeae04c352b95b1706b9d69b61feba3e9;hpb=a8c61720326798453986511dbffed8bc3eda3bcf diff --git a/main.c b/main.c index c871c44..ae3c5aa 100644 --- a/main.c +++ b/main.c @@ -39,7 +39,7 @@ // constants -static const char * const Version = "1.4.52b"; +static const char * const Version = "1.4.53b"; static const char * const HelpMessage = "\ SYNTAX\n\ * polyglot [configfile] [-noini] [-ec engine] [-ed enginedirectory] [-en enginename] [-log] [-lf logfile] [-hash value] [-bk book] [-pg =]* [-uci =]*\n\ @@ -543,11 +543,6 @@ int main(int argc, char * argv[]) { if(my_string_case_equal(entry->section,"engine")){ // also updates value in Uci->option uci_send_option(Uci,entry->name,"%s",entry->value); - // this is inherited, it probably does not work correctly - if(my_string_case_equal(entry->name,"MultiPV") && - atoi(entry->value)>1){ - Uci->multipv_mode=TRUE; - } } }