X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=3d26b63ac663e0f40e874c1cb75313d99ab191a4;hp=2a04308cc367ac112ccb02bc5540777ec85237b0;hb=a6e0f62a4f83bf4303e920d5f689de7cbc0467e8;hpb=c5ec94d0f1b128fc2c691c7231663a345409d5cc diff --git a/src/main.cpp b/src/main.cpp index 2a04308c..3d26b63a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,7 +34,7 @@ int main(int argc, char* argv[]) { UCI::init(Options); Bitboards::init(); - Zobrist::init(); + Position::init(); Bitbases::init_kpk(); Search::init(); Eval::init();