From d12a1a52fba45e646812dfdc3e916033972deb2f Mon Sep 17 00:00:00 2001 From: Habu Date: Sun, 20 Jan 2019 01:32:53 +0900 Subject: [PATCH] =?utf8?q?[cleanup]=E3=82=A4=E3=83=B3=E3=83=87=E3=83=B3?= =?utf8?q?=E3=83=88=E3=83=AC=E3=83=99=E3=83=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/birth.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/birth.c b/src/birth.c index fe6fc59b4..dddaa2df3 100644 --- a/src/birth.c +++ b/src/birth.c @@ -2671,13 +2671,13 @@ static bool get_player_class(void) else sprintf(cur, "%c%c%s", sym[cs], p2, str); - c_put_str(TERM_L_BLUE, cp_ptr->title, 3, 40); - put_str(_("の職業修正", ": Class modification"), 3, 40+strlen(cp_ptr->title)); - put_str(_("腕力 知能 賢さ 器用 耐久 魅力 経験 ", "Str Int Wis Dex Con Chr EXP "), 4, 40); - sprintf(buf, "%+3d %+3d %+3d %+3d %+3d %+3d %+4d%% ", - cp_ptr->c_adj[0], cp_ptr->c_adj[1], cp_ptr->c_adj[2], cp_ptr->c_adj[3], - cp_ptr->c_adj[4], cp_ptr->c_adj[5], cp_ptr->c_exp); - c_put_str(TERM_L_BLUE, buf, 5, 40); + c_put_str(TERM_L_BLUE, cp_ptr->title, 3, 40); + put_str(_("の職業修正", ": Class modification"), 3, 40 + strlen(cp_ptr->title)); + put_str(_("腕力 知能 賢さ 器用 耐久 魅力 経験 ", "Str Int Wis Dex Con Chr EXP "), 4, 40); + sprintf(buf, "%+3d %+3d %+3d %+3d %+3d %+3d %+4d%% ", + cp_ptr->c_adj[0], cp_ptr->c_adj[1], cp_ptr->c_adj[2], cp_ptr->c_adj[3], + cp_ptr->c_adj[4], cp_ptr->c_adj[5], cp_ptr->c_exp); + c_put_str(TERM_L_BLUE, buf, 5, 40); } c_put_str(TERM_YELLOW, cur, 13 + (cs / 4), 2 + 19 * (cs % 4)); os = cs; @@ -4703,4 +4703,3 @@ void dump_yourself(FILE *fff) } } } - -- 2.11.0