summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-03-12 19:25:53 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-03-12 19:25:53 +0800
commitb729272d521985d2656660d2f83a3a29c8f6ec8f (patch)
treee3e9d4dd1ddf67e5499cab0479d52af52c721264 /mbbsd/user.c
parent097b557f8d8698c6992a4fdb510f76fd07229b64 (diff)
downloadpttbbs-b729272d521985d2656660d2f83a3a29c8f6ec8f.tar
pttbbs-b729272d521985d2656660d2f83a3a29c8f6ec8f.tar.gz
pttbbs-b729272d521985d2656660d2f83a3a29c8f6ec8f.tar.bz2
pttbbs-b729272d521985d2656660d2f83a3a29c8f6ec8f.tar.lz
pttbbs-b729272d521985d2656660d2f83a3a29c8f6ec8f.tar.xz
pttbbs-b729272d521985d2656660d2f83a3a29c8f6ec8f.tar.zst
pttbbs-b729272d521985d2656660d2f83a3a29c8f6ec8f.zip
GO scoring and displaying on userlist.
!!!NOTE: shared memory changed!!! git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3276 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 0cc785b9..fa4de3c1 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -6,12 +6,12 @@ static char * const sex[8] = {
};
#ifdef CHESSCOUNTRY
-static const char * const chess_photo_name[2] = {
- "photo_fivechess", "photo_cchess"
+static const char * const chess_photo_name[3] = {
+ "photo_fivechess", "photo_cchess", "photo_go",
};
-static const char * const chess_type[2] = {
- "五子棋", "象棋"
+static const char * const chess_type[3] = {
+ "五子棋", "象棋", "圍棋",
};
#endif