Rename RootPosition and shuffle think()

Just slightly code reshuffles, noting interesting here...

No functional change.
This commit is contained in:
Marco Costalba
2012-10-24 14:37:52 +02:00
parent 4eda653a56
commit 22715259a0
4 changed files with 41 additions and 40 deletions

View File

@@ -422,7 +422,7 @@ void ThreadPool::start_searching(const Position& pos, const LimitsType& limits,
Signals.stopOnPonderhit = Signals.firstRootMove = false;
Signals.stop = Signals.failedLowAtRoot = false;
RootPosition = pos;
RootPos = pos;
Limits = limits;
SetupStates = states; // Ownership transfer here
RootMoves.clear();