mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Zobrist::init() should be Position::init()
No functional change.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user