OSDN Git Service

[Refactor] #39076 /* Command */ と /* Obtain an object description */ を削除.
authordeskull <deskull@users.sourceforge.jp>
Sat, 4 May 2019 09:33:07 +0000 (18:33 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Sat, 4 May 2019 09:37:49 +0000 (18:37 +0900)
src/bldg.c
src/cmd-item.c
src/xtra2.c

index cd5eb3b..d97d71d 100644 (file)
@@ -3802,7 +3802,6 @@ static bool research_mon(void)
                                old_i = i;
                        }
 
-                       /* Command */
                        query = inkey();
 
                        /* Normal commands */
index bbe6557..8a19a3d 100644 (file)
@@ -1457,7 +1457,6 @@ void do_cmd_query_symbol(void)
                        /* Hack -- Complete the prompt */
                        Term_addstr(-1, TERM_WHITE, _(" ['r'思い出, ESC]", " [(r)ecall, ESC]"));
 
-                       /* Command */
                        query = inkey();
 
                        /* Unrecall */
index a3934bb..e948ec2 100644 (file)
@@ -615,7 +615,6 @@ static char target_set_aux(POSITION y, POSITION x, BIT_FLAGS mode, concptr info)
                                /* Hack -- Complete the prompt (again) */
                                Term_addstr(-1, TERM_WHITE, format(_("  [r思 %s%s]", "  [r,%s%s]"), x_info, info));
 
-                               /* Command */
                                query = inkey();
 
                                screen_load();
@@ -646,7 +645,6 @@ static char target_set_aux(POSITION y, POSITION x, BIT_FLAGS mode, concptr info)
                        /* Place cursor */
                        move_cursor_relative(y, x);
 
-                       /* Command */
                        query = inkey();
 
                        /* Normal commands */
@@ -687,7 +685,6 @@ static char target_set_aux(POSITION y, POSITION x, BIT_FLAGS mode, concptr info)
                        o_ptr = &current_floor_ptr->o_list[this_o_idx];
                        next_o_idx = o_ptr->next_o_idx;
 
-                       /* Obtain an object description */
                        object_desc(o_name, o_ptr, 0);
 
 #ifdef JP
@@ -743,7 +740,6 @@ static char target_set_aux(POSITION y, POSITION x, BIT_FLAGS mode, concptr info)
                                prt(out_val, 0, 0);
                                move_cursor_relative(y, x);
 
-                               /* Command */
                                query = inkey();
 
                                /* End this grid */
@@ -763,7 +759,6 @@ static char target_set_aux(POSITION y, POSITION x, BIT_FLAGS mode, concptr info)
                                prt(out_val, 0, 0);
                                move_cursor_relative(y, x);
 
-                               /* Command */
                                query = inkey();
 
                                /* No request for listing */
@@ -840,7 +835,6 @@ static char target_set_aux(POSITION y, POSITION x, BIT_FLAGS mode, concptr info)
                        /* Not boring */
                        boring = FALSE;
 
-                       /* Obtain an object description */
                        object_desc(o_name, o_ptr, 0);
 
 #ifdef JP