summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-21 17:43:26 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-21 17:43:26 +0800
commitce388fb57f1ac52d22556339a1a99c227cb2f9e6 (patch)
tree4e58e1f2a180f321a61606b7427080d1128b3e0c /include
parent35b5011fcb03ef3b24f3508b1366a9656103fe88 (diff)
downloadpttbbs-ce388fb57f1ac52d22556339a1a99c227cb2f9e6.tar
pttbbs-ce388fb57f1ac52d22556339a1a99c227cb2f9e6.tar.gz
pttbbs-ce388fb57f1ac52d22556339a1a99c227cb2f9e6.tar.bz2
pttbbs-ce388fb57f1ac52d22556339a1a99c227cb2f9e6.tar.lz
pttbbs-ce388fb57f1ac52d22556339a1a99c227cb2f9e6.tar.xz
pttbbs-ce388fb57f1ac52d22556339a1a99c227cb2f9e6.tar.zst
pttbbs-ce388fb57f1ac52d22556339a1a99c227cb2f9e6.zip
* 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
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 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) */