From 45cf571a04e8a8781c1664cc6e993f4a09118e07 Mon Sep 17 00:00:00 2001 From: scw Date: Sun, 4 Jul 2004 07:55:01 +0000 Subject: GO game merged from FPG. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2113 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/var.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mbbsd/var.c') 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" -- cgit v1.2.3