X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=args.h;fp=args.h;h=15c16309f6d48998ae52fee890e27ee89a5d6245;hb=5cf174f6830416ba7d2de8fb7eb88cffad53805f;hp=67d195eb2a59fdc68d398256c692dc5d71f0c2ef;hpb=03e30d893d9d9f19f13909a7a61fa54b6344b121;p=xboard.git diff --git a/args.h b/args.h index 67d195e..15c1630 100644 --- a/args.h +++ b/args.h @@ -1416,7 +1416,10 @@ InitAppData(char *lpCmdLine) appData.NrRanks > BOARD_RANKS ) DisplayFatalError("Recompile with BOARD_RANKS or BOARD_FILES, to support this size", 0, 2); - if(!*appData.secondChessProgram) { ASSIGN(appData.secondChessProgram, appData.firstChessProgram); } // [HGM] scp defaults to fcp + if(!*appData.secondChessProgram) { // [HGM] scp defaults to fcp + ASSIGN(appData.secondChessProgram, appData.firstChessProgram); + appData.secondIsUCI = appData.firstIsUCI; // copy type too! + } /* [HGM] After parsing the options from the .ini file, and overruling them * with options from the command line, we now make an even higher priority