Rehash repetition keys in steps of 1
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 15 May 2017 20:14:21 +0000 (22:14 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 15 May 2017 20:14:21 +0000 (22:14 +0200)
commit8d2b7ffab40c918bc7f806dbc04a439298da32f3
tree32b0c0216fa2267c02879f68085881916cbf8cfa
parent72c73f50b89e4da884c36d90c421e82ae8d2b620
Rehash repetition keys in steps of 1

The repetition key hash table does not store white and black moves
alternately, but in different halves of the table, so to find a slot
for re-hashing we better hunt for empty slots in steps of 1.
dropper.c