mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Better document how Position c'tor works
Renamed a bit the functions to be more clear what we actually are doing when we craete a Position object and explained how StateInfo works. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -2981,7 +2981,7 @@ namespace {
|
||||
splitPoint->mp = mp;
|
||||
splitPoint->moves = *moves;
|
||||
splitPoint->cpus = 1;
|
||||
splitPoint->pos.copy(p);
|
||||
splitPoint->pos.fast_copy(p);
|
||||
splitPoint->parentSstack = sstck;
|
||||
for (i = 0; i < ActiveThreads; i++)
|
||||
splitPoint->slaves[i] = 0;
|
||||
|
||||
Reference in New Issue
Block a user