Fix promotion in Ai-Wok
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 27 Dec 2013 19:06:21 +0000 (20:06 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 4 Jan 2014 11:49:08 +0000 (12:49 +0100)
commit0d028927885f24bda4d1c64f9cac2cda17703e19
tree7f93fe100e416ab98fdaf4b544cb8e695cbba182
parent29fbb7f0938bc564d1fdda6f8fcb2bde28a15d36
Fix promotion in Ai-Wok

When in a variant with fixed promotion, such as Makruk, the promotion
piece did not participate, this led to disappearence of the piece, and
an =. suffix in SAN. This is relevant for the Makruk variant Ai-Wok,
which replaces the Met by a much more powerful Ai-Wok, which could not
be represented by another XBoard piece type due to this problem.
Now we search through the pieceToCharTable until a valid piece is found,
which works when the Ai-Wok is represented by a SMIRF Archbishop symbol.
backend.c