From ce388fb57f1ac52d22556339a1a99c227cb2f9e6 Mon Sep 17 00:00:00 2001 From: scw Date: Sun, 21 Aug 2005 09:43:26 +0000 Subject: * chess country includes GO now * fix warning in gomo.c git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3070 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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) */ -- cgit v1.2.3