Fix Loop-Chess promotions
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 3 Dec 2012 11:58:36 +0000 (12:58 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 7 Dec 2012 21:27:36 +0000 (22:27 +0100)
commit9e76d58957a505620e6c5395989ad4f9bbbffe93
tree3f1e6e380b5751df9d3ed0a964b978db590827f2
parent7bd64558c77750f8cb1082cb4dab1e2a8cf532d0
Fix Loop-Chess promotions

Loop Chess is not a supported variant, but hould be playable as Crazyhouse
with an altered pieceToCharTable, not defining the shadow promotion pieces.
But with legality testing on promotion to shadow piece would take place
even if the shadow piece was not defined.
backend.c