1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 17:19:36 +00:00

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) {