mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-18 08:07:08 +08:00
Final touches to material.cpp
No functional changes, altough a bit of code reshuffle. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -59,7 +59,6 @@ int main(int argc, char *argv[]) {
|
||||
init_uci_options();
|
||||
Position::init_zobrist();
|
||||
Position::init_piece_square_tables();
|
||||
MaterialInfo::init();
|
||||
MovePicker::init_phase_table();
|
||||
init_eval(1);
|
||||
init_bitbases();
|
||||
|
||||
Reference in New Issue
Block a user