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 22cc64a1..3d794166 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -228,7 +228,8 @@ typedef struct boardheader_t { #define CHESSCODE_NONE 0 #define CHESSCODE_FIVE 1 #define CHESSCODE_CCHESS 2 -#define CHESSCODE_MAX 2 +#define CHESSCODE_GO 3 +#define CHESSCODE_MAX 3 #endif /* defined(CHESSCOUNTRY) */ |