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:
parent
21d32aa7fe
commit
770db27164
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue