X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=c8e3da7396d5403c9140d53cc2136e4f3f7169ea;hb=21c510692840e3fc1b8a7e0943d73e7640d7eecc;hp=2b879fe1ae8563f2f0f4a89c8251a4e06a453bcf;hpb=688dda3c0b49ceb1144cdedbdbdf1d70bd1747cd;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]);