Allow entire board to be promotion zone
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 10 Apr 2018 15:59:51 +0000 (17:59 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 10 Apr 2018 16:16:42 +0000 (18:16 +0200)
commit81c4a53cc4cf764cf8aaaabccb2391c5a419d655
tree061fd3115a92f17446852d80b5103d75ce38d0e5
parent80a6cf838a7a2c6c8276c71cc55c219ec7540b42
Allow entire board to be promotion zone

The test for determining whether a drop on first or last rank is actually
a drop on first rank (so it would not be subject to restrictions in Shogi)
was not working if the entire board was the promotion zone, as it was based
on being outside the zone for the applicable color. A test directly based
on the square number ow fixes that.
dropper.c