From: deskull Date: Tue, 11 Jun 2019 13:34:52 +0000 (+0900) Subject: [Refactor] #39076 コメント削除. X-Git-Tag: vmacos3.0.0-alpha52~3151 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d3133a40caf9ee0b1e37452d51cb32a1cf65bc15;p=hengbandforosx%2Fhengbandosx.git [Refactor] #39076 コメント削除. --- diff --git a/src/birth.c b/src/birth.c index ae6945559..46165f709 100644 --- a/src/birth.c +++ b/src/birth.c @@ -4351,12 +4351,10 @@ static bool player_birth_aux(void) if (autoroller || autochara) sound(SOUND_LEVEL); - /* Flush input */ flush(); /*** Display ***/ - /* Mode */ mode = 0; /* Roll for base hitpoints */ @@ -4378,7 +4376,6 @@ static bool player_birth_aux(void) p_ptr->chp = p_ptr->mhp; p_ptr->csp = p_ptr->msp; - /* Display the player */ display_player(mode); /* Prepare a prompt (must squeeze everything in) */ @@ -4392,7 +4389,6 @@ static bool player_birth_aux(void) Term_addstr(-1, TERM_WHITE, _(", Enter この数値に決定", ", or Enter to accept")); Term_addch(TERM_WHITE, b2); - /* Prompt and get a command */ c = inkey(); /* Quit */ diff --git a/src/cmd-dump.c b/src/cmd-dump.c index 72357c95a..754977dc1 100644 --- a/src/cmd-dump.c +++ b/src/cmd-dump.c @@ -1051,8 +1051,6 @@ void do_cmd_player_status(void) while (1) { update_playtime(); - - /* Display the player */ display_player(mode); if (mode == 4) @@ -1067,8 +1065,6 @@ void do_cmd_player_status(void) /* Query */ c = inkey(); - - /* Exit */ if (c == ESCAPE) break; /* Change name */ @@ -2033,7 +2029,6 @@ void do_cmd_options(void) if (!(skey & SKEY_MASK)) k = (char)skey; else k = 0; - /* Exit */ if (k == ESCAPE) break; if (my_strchr("\n\r ", k)) @@ -2061,7 +2056,6 @@ void do_cmd_options(void) if (!d) bell(); } - /* Exit */ if (k == ESCAPE) break; /* Analyze */ diff --git a/src/main-win.c b/src/main-win.c index 70b6aeac1..964a8186c 100644 --- a/src/main-win.c +++ b/src/main-win.c @@ -3948,7 +3948,6 @@ static void process_menus(WORD wCmd) break; } - /* Exit */ case IDM_FILE_EXIT: { if (game_in_progress && current_world_ptr->character_generated) @@ -5428,7 +5427,6 @@ static void hack_quit(concptr str) /* Destroy the icon */ if (hIcon) DestroyIcon(hIcon); - /* Exit */ exit(0); }