mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Retire init_piece_square_tables()
Merge in init_zobrist() and rename the latter. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -247,9 +247,8 @@ public:
|
||||
// Position consistency check, for debugging
|
||||
bool is_ok(int* failedStep = NULL) const;
|
||||
|
||||
// Static member functions
|
||||
static void init_zobrist();
|
||||
static void init_piece_square_tables();
|
||||
// Global initialization
|
||||
static void init();
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user