mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-18 08:07:08 +08:00
Fix white space breakage
No functional change with faked split. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -1668,7 +1668,7 @@ bool Position::is_draw() const {
|
||||
|
||||
assert(st->ply >= st->rule50);
|
||||
|
||||
// Draw by repetition?
|
||||
// Draw by repetition?
|
||||
for (int i = 4, e = Min(st->rule50, st->pliesFromNull); i <= e; i += 2)
|
||||
if (history[st->ply - i] == st->key)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user