Suppress playing of book moves with weight 0
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 26 Sep 2011 13:44:23 +0000 (15:44 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 3 Oct 2011 07:19:19 +0000 (09:19 +0200)
commit35467b2a732c657950558ace3007a07ca1270384
tree4831abbd3db31807b328ec9e78907d490265e2b0
parenta134d9e2ce36db71ba56b5e4afea97bef21277ab
Suppress playing of book moves with weight 0

Bookmoves with weight 0 could be played when the sum of the weights
of all moves from the position was 0. So it was not possible to suppress
the only move by giving it weight 0. This is now corrected.
book.c