Fix book encoding of Chu promotion moves
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 3 Mar 2015 21:17:26 +0000 (22:17 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 7 May 2015 18:53:33 +0000 (20:53 +0200)
commit143a5473aa9fae9804a781575f4652dcf89f0bbb
tree9e8080599332d71090bc99da48a60dbf09404eff
parent4d42db95528089b0a3af8828893524cea281627e
Fix book encoding of Chu promotion moves

The Shogi promotion suffix had promotion code 8, which was not available
in Chu at all, due to the large board size. So in stead we use code 1 now.
Code 10 (or 2 in Chu) is reserved for encoding Lion moves, which currently
do not work at all.
book.c