Let -oneClickMove also work in EditGame mode
[xboard.git] / backend.c
index ea13ca8..d94da90 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -5875,6 +5875,8 @@ OnlyMove(int *x, int *y, Boolean captures) {
       case IcsPlayingBlack:
        if(WhiteOnMove(currentMove)) return FALSE;
        break;
+      case EditGame:
+        break;
       default:
        return FALSE;
     }