X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=pgntags.c;fp=pgntags.c;h=5b1ac77079950c7e3ab91388b17c3eef378be361;hb=9efb2d38d555f7ca5d0666246f789979d9d4115e;hp=b07f977ae01a082775561bf2fe3e19469df41bea;hpb=0deaf903dc63c9837413a352d92108b93e74d5e3;p=xboard.git diff --git a/pgntags.c b/pgntags.c index b07f977..5b1ac77 100644 --- a/pgntags.c +++ b/pgntags.c @@ -118,9 +118,7 @@ ParsePGNTag (char *tag, GameInfo *gameInfo) if(*value && strcmp(value, engineVariant)) // keep current engine-defined variant if it matches gameInfo->variant = StringToVariant(value); } else if (StrCaseCmp(name, "VariantMen") == 0) { - /* for now ignore this tag, as we have no method yet */ - /* for assigning the pieces to XBoard pictograms */ - success = TRUE; + success = LoadPieceDesc(value); } else if (StrCaseCmp(name, PGN_OUT_OF_BOOK) == 0) { /* [AS] Out of book annotation */ success = StrSavePtr(value, &gameInfo->outOfBook) != NULL;