mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Offset pv[] always from 0
We don't need to offset from current ply. Also rewritten a bit update_pv() No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -60,7 +60,7 @@ struct SearchStack {
|
||||
Value eval;
|
||||
bool skipNullMove;
|
||||
|
||||
void init(int ply);
|
||||
void init();
|
||||
void initKillers();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user