mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00: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:
+1
-1
@@ -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