X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=02f2b87d92f00a7046c335b7d42cfbb41bd5de57;hp=e67adc69bb647a190b74bd4e788bab66f364c568;hb=b41b590457d2b57ad6405527e7364531af814440;hpb=c1c09844525c764f869b29360519808aab5a7069 diff --git a/src/main.cpp b/src/main.cpp index e67adc69..02f2b87d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -55,7 +55,6 @@ int main(int argc, char* argv[]) { Position::init_piece_square_tables(); init_eval(1); init_kpk_bitbase(); - init_search(); init_threads(); #ifdef USE_CALLGRIND @@ -65,7 +64,7 @@ int main(int argc, char* argv[]) { if (argc < 2) { // Print copyright notice - cout << engine_name() << " by " << engine_author() << endl; + cout << engine_name() << " by " << engine_authors() << endl; if (CpuHasPOPCNT) cout << "Good! CPU has hardware POPCNT." << endl;