Implement Spartan Chess
[capablanca.git] / lasker-2.2.3 / src / matchproc.c
index 88c0366..5f6cd0b 100644 (file)
@@ -543,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");
        }