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
+1 -1
View File
@@ -98,7 +98,7 @@ typedef std::auto_ptr<std::stack<StateInfo> > StateStackPtr;
extern volatile SignalsType Signals;
extern LimitsType Limits;
extern std::vector<RootMove> RootMoves;
extern Position RootPosition;
extern Position RootPos;
extern Color RootColor;
extern Time::point SearchTime;
extern StateStackPtr SetupStates;