fixed small bug
This commit is contained in:
parent
db87c2ec8b
commit
979d44fad0
@ -10,6 +10,7 @@ Move ai::AI::search(const Board& b) {
|
||||
std::condition_variable cv;
|
||||
std::mutex cv_mutex;
|
||||
double elapsed;
|
||||
stop_computation = false;
|
||||
|
||||
|
||||
// Start computation in a separate thread
|
||||
|
Loading…
x
Reference in New Issue
Block a user