From c54d2e92bc99ff2ec887d69079117e6851916216 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Wed, 11 Jan 2012 12:28:43 +0100 Subject: [PATCH] Exempt variant seirawan from -disguisePromoted inheritance This is not a variant where promoted Pawns have to be distingushed from primordial pieces, as captured pieces do not go into the holdings. --- backend.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/backend.c b/backend.c index 3df2b3a..4c05a05 100644 --- a/backend.c +++ b/backend.c @@ -4635,7 +4635,7 @@ ParseBoard12 (char *string) strcat(moveList[moveNum - 1], "\n"); if(gameInfo.holdingsWidth && !appData.disguise && gameInfo.variant != VariantSuper && gameInfo.variant != VariantGreat - && gameInfo.variant != VariantGrand) // inherit info that ICS does not give from previous board + && gameInfo.variant != VariantGrand&& gameInfo.variant != VariantSChess) // inherit info that ICS does not give from previous board for(k=0; k