mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Fix a compile error from previous patch
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user