summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-11-14 01:08:20 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-11-14 01:08:20 +0800
commit32aef93553362699206b564cbd34d367d177fdb7 (patch)
tree8bbb5417f2a608200ec40192b14edcbecefd07d0 /include
parenta64b2b44fd2f4467c818c6c92d72b66dc3a546bb (diff)
downloadpttbbs-32aef93553362699206b564cbd34d367d177fdb7.tar
pttbbs-32aef93553362699206b564cbd34d367d177fdb7.tar.gz
pttbbs-32aef93553362699206b564cbd34d367d177fdb7.tar.bz2
pttbbs-32aef93553362699206b564cbd34d367d177fdb7.tar.lz
pttbbs-32aef93553362699206b564cbd34d367d177fdb7.tar.xz
pttbbs-32aef93553362699206b564cbd34d367d177fdb7.tar.zst
pttbbs-32aef93553362699206b564cbd34d367d177fdb7.zip
Enable chess country for reversi
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4416 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h3
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) */