From: H.G. Muller Date: Mon, 16 Apr 2012 17:43:03 +0000 (+0200) Subject: Fix click-click under-promotion animation save X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=14e974a23221e71fca09f83dfe240dfc1194db45;p=xboard.git Fix click-click under-promotion animation save --- diff --git a/backend.c b/backend.c index 0a8b682..e110e38 100644 --- a/backend.c +++ b/backend.c @@ -7202,9 +7202,9 @@ LeftClick (ClickType clickType, int xPix, int yPix) if(!sweepSelecting) { toX = x; toY = y; - saveAnimate = appData.animate; } else sweepSelecting = 0; // this must be the up-click corresponding to the down-click that started the sweep + saveAnimate = appData.animate; if (clickType == Press) { if(gameMode == EditPosition && boards[currentMove][fromY][fromX] == EmptySquare) { // must be Edit Position mode with empty-square selected