diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 1c7df5d8..74c61199 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -230,7 +230,8 @@ typedef struct boardheader_t { /* 256 bytes */ #define CHESSCODE_FIVE 1 #define CHESSCODE_CCHESS 2 #define CHESSCODE_GO 3 -#define CHESSCODE_MAX 3 +#define CHESSCODE_REVERSI 4 +#define CHESSCODE_MAX 4 #endif /* defined(CHESSCOUNTRY) */ |