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! break; // Value cannot be trusted. Break out immediately!
//Save info about search result //Save info about search result
ValueByIterationInfo[Iteration] = value; ValueByIteration[Iteration] = value;
// Drop the easy move if it differs from the new best move // Drop the easy move if it differs from the new best move
if (ss[0].pv[0] != EasyMove) if (ss[0].pv[0] != EasyMove)