Fix promotion sweep of black Pawns in Shogi
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 15 Feb 2015 22:12:14 +0000 (23:12 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 7 May 2015 18:53:32 +0000 (20:53 +0200)
commit2fbce24cf46beda8a9049be879d5b82981ddf82d
tree6b8a0ecdc36d9276b37e64928d8d0c94c5e00073
parenta2875470324f942b5a8f696a5f30f1e26e793252
Fix promotion sweep of black Pawns in Shogi

The wrap-around when we run past white King should not be done in
toggle mode, where it is guaranteed we won't run out of range.
backend.c