From 14e974a23221e71fca09f83dfe240dfc1194db45 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Mon, 16 Apr 2012 19:43:03 +0200 Subject: [PATCH] Fix click-click under-promotion animation save --- backend.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.0.4