Fix default piece in Shogi promotions
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 2 Feb 2016 16:34:53 +0000 (17:34 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 2 Feb 2016 16:34:53 +0000 (17:34 +0100)
commitd262a3a81289ce108a1f62a4c31292cb6840b132
treec3c5a64bcddf0ce7ff8653f7c83bb04c2592b65c
parentec51c847ed215b286d5ca730a4984819403d5194
Fix default piece in Shogi promotions

In Shogi the default should be promotion, but it was using Queen like
the other variants. As the +/= issue was decided based on comparing this
default promotion piece with the moved piece, the Lance (which internally
is represented by Queen) would by default defer. Now the up-click of
a drag-drop move (which would bypass sweep selection) sets the default
choice to the promoted partner if the pieceToCharTable specifies one.
backend.c