Files
stockfish/src
Marco Costalba b9f8cb7837 Fix an assert when stopping the search
When StopRequest is raised we cannot immediately exit the
move loop but first we need to update bestValue so to avoid
assert:

assert(bestValue > -VALUE_INFINITE && bestValue < VALUE_INFINITE);

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-08-07 10:36:13 +01:00
..
2011-07-24 08:53:36 +01:00
2011-06-15 12:11:35 +01:00
2011-06-21 19:01:00 +01:00
2011-07-14 12:43:13 +01:00
2011-07-02 14:04:33 +01:00
2011-06-28 17:11:03 +01:00
2011-04-28 08:00:34 +01:00
2011-05-23 20:20:31 +01:00
2011-07-26 12:39:15 +01:00
2011-07-26 12:39:15 +01:00
2011-07-16 22:59:14 +01:00
2011-07-16 22:59:14 +01:00
2011-08-07 10:35:56 +01:00
2011-08-07 10:35:56 +01:00
2011-07-02 14:04:33 +01:00
2011-08-05 07:15:45 +01:00