fixed variable name

This commit is contained in:
Karma Riuk 2025-02-06 20:41:17 +01:00
parent e0a52f57b7
commit a47130e5d0

View File

@ -7,7 +7,7 @@
static int INFINITY = std::numeric_limits<int>::max();
Move ai::v1_simple::_search(const Board& b, bool am_black) {
Move ai::v1_simple::_search(const Board& b, bool am_white) {
ThreadPool pool(std::thread::hardware_concurrency());
std::vector<Move> moves = b.all_legal_moves();