X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=72201971a073d769e1e9388a6796ac5e4934a028;hp=efc746b38b483b859e015a00dfac259b2a22d931;hb=fc519ca74a110a0ceea3c710c88da096fa850c65;hpb=05cfb00f26ca075ac972e320aaeabefe20599aea diff --git a/src/main.cpp b/src/main.cpp index efc746b3..72201971 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -51,8 +51,7 @@ int main(int argc, char* argv[]) { // Startup initializations init_bitboards(); - Position::init_zobrist(); - Position::init_piece_square_tables(); + Position::init(); init_kpk_bitbase(); init_search(); Threads.init(); @@ -80,7 +79,7 @@ int main(int argc, char* argv[]) { else cout << "Usage: stockfish bench [hash size = 128] [threads = 1] " << "[limit = 12] [fen positions file = default] " - << "[depth, time, perft or node limited = depth]" << endl; + << "[limited by depth, time, nodes or perft = depth]" << endl; Threads.exit(); return 0;