mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Assorted spelling fixes
No functional change.
This commit is contained in:
committed by
Marco Costalba
parent
f99cb3dc27
commit
500b9b0eb3
@@ -127,7 +127,7 @@ namespace {
|
||||
||(StepAttacksBB[KING][wksq] & (psq + DELTA_N))))
|
||||
result = WIN;
|
||||
}
|
||||
// Immediate draw if is stalemate or king captures undefended pawn
|
||||
// Immediate draw if it is stalemate or king captures undefended pawn
|
||||
else if ( !(StepAttacksBB[KING][bksq] & ~(StepAttacksBB[KING][wksq] | StepAttacksBB[PAWN][psq]))
|
||||
|| (StepAttacksBB[KING][bksq] & psq & ~StepAttacksBB[KING][wksq]))
|
||||
result = DRAW;
|
||||
|
||||
Reference in New Issue
Block a user