Make test for valid promotion piece color-dependent
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 1 Nov 2010 18:26:19 +0000 (19:26 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 9 Nov 2010 13:42:05 +0000 (14:42 +0100)
commit2ced57bc0aa92b0c17da68415f841d8457adcf47
treecd592fe97dc486fd92e4506e020ce488272c9cec
parentba6d8610d1726cf66966893dc29b6735ef1e2c23
Make test for valid promotion piece color-dependent

This is needed to make it work in variants where white and black have
different armies; quite likely white will promote to pieces that do not
exist in the black army, so we really have to make sure we test if the
white (upper-case) piece exists in this case.
moves.c