X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=main.c;h=ae3c5aaf4a7e87cb45e8b82ede8eda8f34d0df0a;hb=5b56e51eeae04c352b95b1706b9d69b61feba3e9;hp=830dfa25dd01af2c0ea7a3734053268fb308c55c;hpb=c6505b9bddf0ed2f461a473d4be40c98608d9866;p=polyglot.git diff --git a/main.c b/main.c index 830dfa2..ae3c5aa 100644 --- a/main.c +++ b/main.c @@ -39,7 +39,7 @@ // constants -static const char * const Version = "1.4.50b"; +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; - } } }