Let -sweepPromotions also work for click-click moves
[xboard.git] / xboard.c
index b4efcd7..2bff8e4 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -8644,8 +8644,8 @@ AnimateMove(board, fromX, fromY, toX, toY)
 }
 
 void
-DragPieceBegin(x, y)
-     int x; int y;
+DragPieceBegin(x, y, instantly)
+     int x; int y; Boolean instantly;
 {
     int         boardX, boardY, color;
     XPoint corner;