Let second click on piece make only capture, with -oneClickMove
[xboard.git] / moves.h
diff --git a/moves.h b/moves.h
index b783727..82c7482 100644 (file)
--- a/moves.h
+++ b/moves.h
@@ -157,6 +157,7 @@ typedef struct {
     int rf, ff, rt, ft;
     int promoChar; /* 'q' if a promotion and promoCharIn was NULLCHAR */
     int count;     /* Number of possibilities found */
+    int captures;  /* [HGM] oneclick: number of matching captures */
 } DisambiguateClosure;
 
 /* Disambiguate a partially-known move */