From bd8330e2a96caf8c610df5b22ca5ff67ab3a699b Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Sun, 12 Oct 2014 22:30:39 +0200 Subject: [PATCH] Fix promotions in variant normal The Queen to which we promote must have ID 'Q', or we would print an incorrect promotion suffix. The Queen in the initial setup can have any name, as the name is never used. So we supply a duplicate Queen, used in the initial setup, which is ordered by piece value, while the Queen obtained through promotion or an edited position has the sub-optimal ordering. --- data/fmax.ini | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/fmax.ini b/data/fmax.ini index dd3b1de..1c28c20 100644 --- a/data/fmax.ini +++ b/data/fmax.ini @@ -295,9 +295,9 @@ k:-1 1,34 -1,34 1,7 16,7 15,7 17,7 -1,7 -16,7 -15,7 -17,7 k:-1 1,34 -1,34 1,7 16,7 15,7 17,7 -1,7 -16,7 -15,7 -17,7 n:259 14,7 31,7 33,7 18,7 -14,7 -31,7 -33,7 -18,7 b:296 15,3 17,3 -15,3 -17,3 -S:851 1,3 16,3 15,3 17,3 -1,3 -16,3 -15,3 -17,3 -R:444 1,3 16,3 -1,3 -16,3 Q:851 1,3 16,3 15,3 17,3 -1,3 -16,3 -15,3 -17,3 +R:444 1,3 16,3 -1,3 -16,3 +S:851 1,3 16,3 15,3 17,3 -1,3 -16,3 -15,3 -17,3 // Chess without castling (intended as shuffle variant) Game: nocastle -- 1.7.0.4