mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
Fix Typo
closes https://github.com/official-stockfish/Stockfish/pull/6436 No functional change
This commit is contained in:
+1
-1
@@ -911,7 +911,7 @@ void Position::do_move(Move m,
|
||||
|
||||
if (more_than_one(pawns))
|
||||
{
|
||||
// If there are two pawns potentially being abled to capture and at least one
|
||||
// If there are two pawns potentially being able to capture and at least one
|
||||
// is not pinned, ep is legal as there are no horizontal exposed checks
|
||||
if (!more_than_one(blockers_for_king(them) & pawns))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user