mirror of
https://github.com/sockspls/badfish
synced 2025-05-03 01:59:36 +00:00
Fix a compile error.
This commit is contained in:
parent
8718438943
commit
10aa774d08
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ Value evaluate(const Position& pos) {
|
||||||
|
|
||||||
#if defined(USE_EVAL_HASH)
|
#if defined(USE_EVAL_HASH)
|
||||||
// evaluate hash tableにはあるかも。
|
// evaluate hash tableにはあるかも。
|
||||||
const Key key = pos.state()->key();
|
const Key key = pos.key();
|
||||||
ScoreKeyValue entry = *g_evalTable[key];
|
ScoreKeyValue entry = *g_evalTable[key];
|
||||||
entry.decode();
|
entry.decode();
|
||||||
if (entry.key == key) {
|
if (entry.key == key) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue