X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=95422768ab06d98806648d4ad7ceab325167259a;hb=3228ac43c6f5e72a8ddeb1f7040490f223822afc;hp=12f9d4d9f5ebfcbd22e19fa325b2ab2af3b16030;hpb=6ae4cea03c0da1fa1d3e3ecd3ffddc17931cc852;p=xboard.git diff --git a/common.h b/common.h index 12f9d4d..9542276 100644 --- a/common.h +++ b/common.h @@ -132,7 +132,7 @@ typedef char *String; outside world in ASCII. In a similar way, the different rank numbering systems (starting at rank 0 or 1) are implemented by redefining '1'. */ -#define BOARD_RANKS 11 /* [HGM] for in declarations */ +#define BOARD_RANKS 17 /* [HGM] for in declarations */ #define BOARD_FILES 16 /* [HGM] for in declarations */ #define BOARD_HEIGHT (gameInfo.boardHeight) /* [HGM] made user adjustable */ #define BOARD_WIDTH (gameInfo.boardWidth + 2*gameInfo.holdingsWidth)