X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=4b716dded6ec859ca24e7afa67216dcdd4865e0d;hp=d75350b17f7ea1f43413754318c6754c73cf48ae;hb=786564068bb22c750c41649733d4aa6733accaec;hpb=927f1b0bd30a5b2cfdcdf163f26f528738509064 diff --git a/src/main.cpp b/src/main.cpp index d75350b1..4b716dde 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -50,7 +50,6 @@ int main(int argc, char* argv[]) { // Startup initializations init_bitboards(); - init_uci_options(); Position::init_zobrist(); Position::init_piece_square_tables(); init_eval(1); @@ -64,7 +63,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;