X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=c8e3da7396d5403c9140d53cc2136e4f3f7169ea;hb=dd435dbb921ba7fba7230b4601fb0e6e1ee232a8;hp=2b879fe1ae8563f2f0f4a89c8251a4e06a453bcf;hpb=2af7c68549b9aeb85ddce753062604f54f0b0b49;p=xboard.git diff --git a/backend.c b/backend.c index 2b879fe..c8e3da7 100644 --- a/backend.c +++ b/backend.c @@ -14204,7 +14204,7 @@ StopExaminingEvent () void ForwardInner (int target) { - int limit; + int limit; int oldSeekGraphUp = seekGraphUp; if (appData.debugMode) fprintf(debugFP, "ForwardInner(%d), current %d, forward %d\n", @@ -14261,7 +14261,7 @@ ForwardInner (int target) } DisplayBothClocks(); DisplayMove(currentMove - 1); - DrawPosition(FALSE, boards[currentMove]); + DrawPosition(oldSeekGraphUp, boards[currentMove]); HistorySet(parseList,backwardMostMove,forwardMostMove,currentMove-1); if ( !matchMode && gameMode != Training) { // [HGM] PV info: routine tests if empty DisplayComment(currentMove - 1, commentList[currentMove]);