mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Further rearrange search()
No functional change.
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ public:
|
||||
|
||||
template <bool Fake>
|
||||
Value split(Position& pos, Search::Stack* ss, Value alpha, Value beta, Value bestValue, Move* bestMove,
|
||||
Depth depth, Move threatMove, int moveCount, MovePicker* mp, int nodeType);
|
||||
Depth depth, Move threatMove, int moveCount, MovePicker& mp, int nodeType);
|
||||
private:
|
||||
friend class Thread;
|
||||
friend void check_time();
|
||||
|
||||
Reference in New Issue
Block a user