Skip to content

Commit 4702a64

Browse files
committed
Restore standard chess 5-man syzygybase support official-stockfish#511
No functional change for standard chess
1 parent 207e28c commit 4702a64

File tree

5 files changed

+48
-1006
lines changed

5 files changed

+48
-1006
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ int main(int argc, char* argv[]) {
4343
Bitbases::init();
4444
Search::init();
4545
Pawns::init();
46-
Tablebases::init(Options["SyzygyPath"], CHESS_VARIANT);
46+
Tablebases::init(CHESS_VARIANT, Options["SyzygyPath"]);
4747
TT.resize(Options["Hash"]);
4848
Threads.set(Options["Threads"]);
4949
Search::clear(); // After threads are up

0 commit comments

Comments
 (0)