From 32aef93553362699206b564cbd34d367d177fdb7 Mon Sep 17 00:00:00 2001 From: scw Date: Thu, 13 Nov 2008 17:08:20 +0000 Subject: Enable chess country for reversi git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4416 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 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) */ -- cgit v1.2.3