summaryrefslogtreecommitdiffstats
path: root/mbbsd/chc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chc.c')
-rw-r--r--mbbsd/chc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/mbbsd/chc.c b/mbbsd/chc.c
index 249b2d98..0ef06fad 100644
--- a/mbbsd/chc.c
+++ b/mbbsd/chc.c
@@ -34,8 +34,10 @@ static const char *num_str[10] = {
static const char *chess_str[2][8] = {
/* 0 1 2 3 4 5 6 7 */
- {" ", "將", "士", "象", "車", "馬", "包", "卒"},
- {" ", "帥", "仕", "相", "車", "傌", "炮", "兵"}
+ // {" ", "將", "士", "象", "車", "馬", "包", "卒"},
+ // {" ", "帥", "仕", "相", "車", "傌", "炮", "兵"}
+ {" ", "扁", "蓮", "游", "蘇", "長", "輝", "警"},
+ {" ", "連", "宋", "王", "邱", "馬", "茜", "民"}
};
static const char *chess_brd[BRD_ROW * 2 - 1] = {