X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=moves.h;h=82c7482bab0789adaf0c637f12ce13d68c1f0f0a;hb=f7e7dc832cce623d716a05b2be6c63c8cae541d7;hp=b7837277e62fa97a9698118292f03d54a4862f5c;hpb=d78e0b2bc1c4390b7afe294d94146cb682e29fb2;p=xboard.git diff --git a/moves.h b/moves.h index b783727..82c7482 100644 --- 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 */