Fix aborted detour under-promotion XB
[xboard.git] / board.c
diff --git a/board.c b/board.c
index 5916d45..e8111dd 100644 (file)
--- a/board.c
+++ b/board.c
@@ -670,6 +670,7 @@ ChangeDragPiece (ChessSquare piece)
 {
   anims[Player].dragPiece = piece;
   SetDragPiece(Player, piece);
+  damage[0][fromY][fromX] = True;
 }
 
 void