OSDN Git Service

[Refactor] #37353 #if 0 プリプロセッサ削除 / Delete #if 0 code.
[hengband/hengband.git] / src / hissatsu.c
index 6e04464..e5caa58 100644 (file)
@@ -53,8 +53,6 @@ static int get_hissatsu_power(SPELL_IDX *sn)
        /* Assume cancelled */
        *sn = (-1);
 
-#ifdef ALLOW_REPEAT /* TNB */
-
        /* Get the spell, if available */
        if (repeat_pull(&code))
        {
@@ -67,8 +65,6 @@ static int get_hissatsu_power(SPELL_IDX *sn)
                }
        }
 
-#endif /* ALLOW_REPEAT -- TNB */
-
        /* Nothing chosen yet */
        flag = FALSE;
 
@@ -308,12 +304,8 @@ static int get_hissatsu_power(SPELL_IDX *sn)
        /* Save the choice */
        (*sn) = j;
 
-#ifdef ALLOW_REPEAT /* TNB */
-
        repeat_push((COMMAND_CODE)j);
 
-#endif /* ALLOW_REPEAT -- TNB */
-
        /* Success */
        return (TRUE);
 }