X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=c487dd164339c5cef47b856db121a8ab52842a8a;hb=f856eb7ac5fbeec648f7fd27013905f0a5a26616;hp=f2fc3f3b5a0bf01b3fe7c6c2722a3411194f42a5;hpb=0fbcff4594d6dd3a60063a8734b2d41f17cb7bd2;p=xboard.git diff --git a/backend.c b/backend.c index f2fc3f3..c487dd1 100644 --- a/backend.c +++ b/backend.c @@ -6850,6 +6850,7 @@ OKToStartUserMove (int x, int y) case PlayFromGameFile: if(!shiftKey || !appData.variations) return FALSE; // [HGM] allow starting variation in this mode case EditGame: + case AnalyzeMode: if (!white_piece && WhiteOnMove(currentMove)) { DisplayMoveError(_("It is White's turn")); return FALSE;