diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-14 15:31:57 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-14 15:31:57 +0800 |
commit | aeb899e370f5fef1eddb35e6860ccebfc79f1ba1 (patch) | |
tree | 1557eac2683db7281c187d9a6b424acc7949fd76 /mbbsd/menu.c | |
parent | ff652a627a993c7410a0d5bf4ffabe7ce6f2578c (diff) | |
download | pttbbs-aeb899e370f5fef1eddb35e6860ccebfc79f1ba1.tar pttbbs-aeb899e370f5fef1eddb35e6860ccebfc79f1ba1.tar.gz pttbbs-aeb899e370f5fef1eddb35e6860ccebfc79f1ba1.tar.bz2 pttbbs-aeb899e370f5fef1eddb35e6860ccebfc79f1ba1.tar.lz pttbbs-aeb899e370f5fef1eddb35e6860ccebfc79f1ba1.tar.xz pttbbs-aeb899e370f5fef1eddb35e6860ccebfc79f1ba1.tar.zst pttbbs-aeb899e370f5fef1eddb35e6860ccebfc79f1ba1.zip |
Fix cursor displaying error in chinese chess.Ptt.merge@2064
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2063 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r-- | mbbsd/menu.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c index 8c598248..b1c45f4b 100644 --- a/mbbsd/menu.c +++ b/mbbsd/menu.c @@ -474,14 +474,14 @@ const static commands_t playlist[] = { {chicken_main,PERM_LOGINOK, "CChicken " "【\033[1;34m Ptt養雞場 \033[m】"}, {playground,PERM_LOGINOK, "AAmusement 【\033[1;33m Ptt遊樂場 \033[m】"}, - {chessroom, PERM_LOGINOK, "BChineseChess 【\033[1;34m Ptt棋院\033[m】"}, + {chessroom, PERM_LOGINOK, "BBhineseChess 【\033[1;34m Ptt棋院\033[m】"}, {NULL, 0, NULL} }; const static commands_t chesslist[] = { - {chc_main, PERM_LOGINOK, "1ChessFight 【\033[1;33m 邀 局 \033[m】"}, - {chc_personal, PERM_LOGINOK, "2SelfPlay 【\033[1;34m 打 譜 \033[m】"}, - {chc_watch, PERM_LOGINOK, "3ChessWatch 【\033[1;35m 觀 棋 \033[m】"}, + {chc_main, PERM_LOGINOK, "11ChessFight 【\033[1;33m 邀 局 \033[m】"}, + {chc_personal, PERM_LOGINOK, "22SelfPlay 【\033[1;34m 打 譜 \033[m】"}, + {chc_watch, PERM_LOGINOK, "33ChessWatch 【\033[1;35m 觀 棋 \033[m】"}, {NULL, 0, NULL} }; |