Fix deferral on sweep promotions
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 4 May 2016 13:18:34 +0000 (15:18 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 4 May 2016 13:18:34 +0000 (15:18 +0200)
commitd0955e6b0d0f5a00a65ed05a14fd8fa73121ab3c
tree705a74870bb5689662c4a5fcdd49be47d4a23764
parentc0bcf53dc4abc3fc4001252c734b926765598837
Fix deferral on sweep promotions

When a sweep in the to-square due to a highlight-induced promotion
had left the original piece as choice, the piece would be considered
to promote to itself (i.e. the move would get the promoChar for its
piece type), rather than to not promote at all. Some engines choked
on this (HaChu). Now such a move is not considered a promotion.
backend.c