]> git.sesse.net Git - stockfish/commitdiff
Fix 'improving' condition
authorMarco Costalba <mcostalba@gmail.com>
Fri, 9 Aug 2013 06:21:55 +0000 (08:21 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 9 Aug 2013 06:21:55 +0000 (08:21 +0200)
Because VALUE_NONE is 30002, it happens that
after a check the next move is never an improving
one.

After this patch bench signature is independent from
VALUE_NONE actual value.

bench: 4303194


No differences found