Fix hash key after setboard
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 28 Apr 2014 20:03:06 +0000 (22:03 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 28 Apr 2014 20:03:06 +0000 (22:03 +0200)
commit6e534eadda282d7997724e6b8a08ed901c438eb5
treeb7751c1e728c0ad70e2e55c9acecad02ebc28692
parent2d506172b4b98940d308217f84daa45300208e29
Fix hash key after setboard

The initial hash key was the same in any start position. This resulted
in a has-hit on the opening position, which was searched to make a move list
after 'new', in the position after 'setboard', so the opening's hash move
could be played in any position, even where it was completely invalid.
hachu.c