Cleanup Evaluate Calls

Makes code a bit easier to read as well.

closes https://github.com/official-stockfish/Stockfish/pull/5722

No functional change
This commit is contained in:
Disservin
2024-12-15 13:52:20 +01:00
parent 77ec878ffa
commit 2dc47e4345
2 changed files with 14 additions and 18 deletions
+2
View File
@@ -313,6 +313,8 @@ class Worker {
TimePoint elapsed() const;
TimePoint elapsed_time() const;
Value evaluate(const Position&);
LimitsType limits;
size_t pvIdx, pvLast;