diff --git a/src/search.cpp b/src/search.cpp index ef73a39a..1bc1e3fa 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -122,7 +122,9 @@ int Thread::search() } } +#ifdef UCI_DO_BEST_MOVE moveHistory.push_back(key); +#endif // UCI_DO_BEST_MOVE //sync_cout << "moveHistory Size = " << moveHistory.size(); //std::cout << sync_endl;