From 14bd6a3f572d329829a6b892e8dbbf3209a3c9a8 Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 10 Dec 2011 11:52:29 +0000 Subject: more gamble ui adjustment git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5500 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/gamble.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pttbbs/mbbsd/gamble.c b/pttbbs/mbbsd/gamble.c index b30f630d..c5f18d76 100644 --- a/pttbbs/mbbsd/gamble.c +++ b/pttbbs/mbbsd/gamble.c @@ -208,9 +208,9 @@ ticket(int bid) } move(20, 0); reload_money(); - prints("仍有 " MONEYNAME ": " ANSI_COLOR(1;31) "%d" ANSI_RESET "\n" - ANSI_COLOR(1) "請選擇要購買的種類(1~%d)" - "[Q:離開]" ANSI_RESET ":", cuser.money, count); + prints("現有 " MONEYNAME ": " ANSI_COLOR(1;31) "%d" ANSI_RESET "\n" + "請選擇要購買的種類(1~%d)[Q:離開]" ANSI_RESET ":", + cuser.money, count); ch = vkey(); /*-- Tim011127 -- cgit v1.2.3