Implement S-Chess
[capablanca.git] / lasker-2.2.3 / src / matchproc.c
index 1e79943..88c0366 100644 (file)
@@ -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