diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/chc.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mbbsd/chc.c b/mbbsd/chc.c index 4545704e..b5027c40 100644 --- a/mbbsd/chc.c +++ b/mbbsd/chc.c @@ -34,10 +34,8 @@ static const char *num_str[10] = { static const char *chess_str[2][8] = { /* 0 1 2 3 4 5 6 7 */ - // {" ", "�N", "�h", "�H", "��", "��", "�]", "��"}, - // {" ", "��", "�K", "��", "��", "�X", "��", "�L"} - {" ", "��", "��", "��", "Ĭ", "��", "��", "ĵ"}, - {" ", "�s", "��", "��", "��", "��", "�}", "��"} + {" ", "�N", "�h", "�H", "��", "��", "�]", "��"}, + {" ", "��", "�K", "��", "��", "�X", "��", "�L"} }; static const char *chess_brd[BRD_ROW * 2 - 1] = { |