mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Rename check related functions
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -292,7 +292,7 @@ Value do_evaluate(const Position& pos, Value& margin) {
|
||||
|
||||
assert(pos.is_ok());
|
||||
assert(pos.thread() >= 0 && pos.thread() < MAX_THREADS);
|
||||
assert(!pos.is_check());
|
||||
assert(!pos.in_check());
|
||||
|
||||
// Initialize value by reading the incrementally updated scores included
|
||||
// in the position object (material + piece square tables).
|
||||
|
||||
Reference in New Issue
Block a user