diff --git a/src/position.cpp b/src/position.cpp index 480a92ec..3ae7f50d 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -1594,7 +1594,7 @@ int Position::see(Square from, Square to) const { if (pt == KING && stmAttackers) { assert(n < 32); - swapList[n++] = 100; + swapList[n++] = QueenValueMidgame*10; break; } } while (stmAttackers);