diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-07-04 15:55:01 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-07-04 15:55:01 +0800 |
commit | 45cf571a04e8a8781c1664cc6e993f4a09118e07 (patch) | |
tree | c34dbcc5b2aa76b0c8630f6a88c48cdeec9df454 /mbbsd/var.c | |
parent | e4562242b17b1d5d0dbf779a87e486528295c600 (diff) | |
download | pttbbs-45cf571a04e8a8781c1664cc6e993f4a09118e07.tar pttbbs-45cf571a04e8a8781c1664cc6e993f4a09118e07.tar.gz pttbbs-45cf571a04e8a8781c1664cc6e993f4a09118e07.tar.bz2 pttbbs-45cf571a04e8a8781c1664cc6e993f4a09118e07.tar.lz pttbbs-45cf571a04e8a8781c1664cc6e993f4a09118e07.tar.xz pttbbs-45cf571a04e8a8781c1664cc6e993f4a09118e07.tar.zst pttbbs-45cf571a04e8a8781c1664cc6e993f4a09118e07.zip |
GO game merged from FPG.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2113 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r-- | mbbsd/var.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c index 0f1fc287..a429545a 100644 --- a/mbbsd/var.c +++ b/mbbsd/var.c @@ -264,6 +264,8 @@ char * const ModeTypeTable[MAX_MODES] = { "Ptt查榜系統", /* JCEE */ "重編文章" /* REEDIT */ "部落格", /* BLOGGING */ + "看象棋", /* CHESSWATCHING */ + "下圍棋", /* GO */ "", /* for future usage */ "", "", @@ -309,8 +311,6 @@ char * const ModeTypeTable[MAX_MODES] = { "", "", "", - "", - "", "" }; @@ -405,7 +405,7 @@ screenline_t *big_picture = NULL; char roll; /* gomo.c */ -char ku[BRDSIZ][BRDSIZ]; +const char * const bw_chess[] = {"●", "○"}; unsigned char *pat, *adv; unsigned char * const pat_gomoku /* [1954] */ = /* 0 */ "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" |