summaryrefslogtreecommitdiffstats
path: root/util
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 /util
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 'util')
-rw-r--r--util/chesscountry.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/chesscountry.c b/util/chesscountry.c
index 478db07f..856d4afd 100644
--- a/util/chesscountry.c
+++ b/util/chesscountry.c
@@ -74,6 +74,10 @@ main(void)
photo_fname = "photo_cchess";
chess_name = "¶H´Ñ";
break;
+ case CHESSCODE_GO:
+ photo_fname = "photo_go";
+ chess_name = "³ò´Ñ";
+ break;
default:
continue;
}