1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00

Fix a compile error from previous patch

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba 2010-02-02 19:01:24 +01:00
parent 21d32aa7fe
commit 770db27164

View file

@ -748,7 +748,7 @@ namespace {
break; // Value cannot be trusted. Break out immediately!
//Save info about search result
ValueByIterationInfo[Iteration] = value;
ValueByIteration[Iteration] = value;
// Drop the easy move if it differs from the new best move
if (ss[0].pv[0] != EasyMove)