X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=358ced5dec3bf26eb823af4bd82ad8041801ca89;hp=7ffc3dfe8e78ed6823dde782cffe4b6ab3768f52;hb=4220f191d8c1d597ff66e41f90af11367b0ebd7f;hpb=2608b9249d9c25a699c8db8725e35bd4ec0b65ab diff --git a/src/thread.cpp b/src/thread.cpp index 7ffc3dfe..358ced5d 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -216,6 +216,8 @@ void ThreadsManager::set_size(int cnt) { void ThreadsManager::init() { + read_uci_options(); + cond_init(sleepCond); lock_init(splitLock);