qt: 再次修复自对弈三次重复局面和判断失效的问题

06a3cf0668 误引入的问题。
This commit is contained in:
Calcitem 2020-12-06 12:10:34 +08:00
parent ce873f5339
commit 23aee21353
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ int Thread::search()
}
}
#ifdef UCI_DO_BEST_MOVE
#if defined(UCI_DO_BEST_MOVE) || defined(QT_GUI_LIB)
moveHistory.push_back(key);
#endif // UCI_DO_BEST_MOVE