X-Git-Url: http://winboard.nl/cgi-bin?p=capablanca.git;a=blobdiff_plain;f=lasker-2.2.3%2Fsrc%2Fmatchproc.c;h=5f6cd0b1b0d006f5b0b83d9d68db08f0af760714;hp=1e79943cf907c71df317df31db5f6412a1d7aea1;hb=15d6762279fb7e4c1fecc81699507d9011287779;hpb=9fef707308bbace40ac4870073ac8611b7e5a441 diff --git a/lasker-2.2.3/src/matchproc.c b/lasker-2.2.3/src/matchproc.c index 1e79943..5f6cd0b 100644 --- a/lasker-2.2.3/src/matchproc.c +++ b/lasker-2.2.3/src/matchproc.c @@ -531,6 +531,9 @@ static int parse_match_string(int p, int* wt,int* bt,int* winc,int* binc, if(!strcmp("su", category)) { strcpy(category, "super"); } else + if(!strcmp("sc", category)) { + strcpy(category, "seirawan"); + } else if(!strcmp("sg", category)) { strcpy(category, "shogi"); } else @@ -540,6 +543,9 @@ static int parse_match_string(int p, int* wt,int* bt,int* winc,int* binc, if(!strcmp("gr", category)) { strcpy(category, "great"); } else + if(!strcmp("sp", category)) { + strcpy(category, "spartan"); + } else if(!strcmp("xq", category)) { strcpy(category, "xiangqi"); }