From aeb899e370f5fef1eddb35e6860ccebfc79f1ba1 Mon Sep 17 00:00:00 2001 From: scw Date: Mon, 14 Jun 2004 07:31:57 +0000 Subject: Fix cursor displaying error in chinese chess. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2063 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/menu.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mbbsd') 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} }; -- cgit v1.2.3