Invert storage of initial positions
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 28 Apr 2016 19:57:17 +0000 (21:57 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 28 Apr 2016 19:57:17 +0000 (21:57 +0200)
commitda5de4076c01b3b194dd25a115f02819c54d3e86
tree1b373c00cb1701fd0e21adfb0c3d81956825dd27
parent5f5b735b63d617cfd573cff651f59187df23ae84
Invert storage of initial positions

The initial positions are now stored high-rank to low-rank, rather
than starting with rank 0, and the Setup routine scans the board
accordingly. This to make Setup more like a FEN reader. The setboard
command is broken by this.
hachu.c