Fix a compile error.

This commit is contained in:
HiraokaTakuya
2019-06-30 16:48:11 +09:00
committed by nodchip
parent 8718438943
commit 10aa774d08

View File

@@ -286,7 +286,7 @@ Value evaluate(const Position& pos) {
#if defined(USE_EVAL_HASH)
// evaluate hash tableにはあるかも。
const Key key = pos.state()->key();
const Key key = pos.key();
ScoreKeyValue entry = *g_evalTable[key];
entry.decode();
if (entry.key == key) {