Fix promotion in Betza move generator
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 23 Oct 2014 14:22:54 +0000 (16:22 +0200)
committerArun Persaud <arun@nubati.net>
Fri, 24 Oct 2014 07:01:14 +0000 (00:01 -0700)
commitb26bf05eb725de1327435d483d86984c8e07c46b
treee741bfc0f0698abde01f15356d0dd57ca278b657
parent34ee88fbe6aaf114f5a0212c4c94c532d3ae1925
Fix promotion in Betza move generator

The Betza move generator was geenrating allmoves as NormalMove, but in
that case XBoard would not allow the move to have a promotion suffix.
Now Pawns and Lances reaching last rank will be assumed to promote.
moves.c