OSDN Git Service

[Refactor] #39076 冗長なコメントを削除 ('Toggle')
[hengband/hengband.git] / src / targeting.c
index 378a849..7e0a7a8 100644 (file)
@@ -629,7 +629,6 @@ static char target_set_aux(POSITION y, POSITION x, BIT_FLAGS mode, concptr info)
                                /* Normal commands */
                                if (query != 'r') break;
 
-                               /* Toggle recall */
                                recall = FALSE;
 
                                /* Cleare recall text and repeat */
@@ -657,7 +656,6 @@ static char target_set_aux(POSITION y, POSITION x, BIT_FLAGS mode, concptr info)
                        /* Normal commands */
                        if (query != 'r') break;
 
-                       /* Toggle recall */
                        recall = TRUE;
                }