OSDN Git Service

[Refactor] #37353 メッセージ整理。
[hengband/hengband.git] / src / hissatsu.c
index 976f2d8..6e04464 100644 (file)
@@ -299,7 +299,6 @@ static int get_hissatsu_power(SPELL_IDX *sn)
        /* Show choices */
        p_ptr->window |= (PW_SPELL);
 
-       /* Window stuff */
        window_stuff();
 
 
@@ -383,7 +382,6 @@ void do_cmd_hissatsu(void)
        /* Redraw mana */
        p_ptr->redraw |= (PR_MANA);
 
-       /* Window stuff */
        p_ptr->window |= (PW_PLAYER);
        p_ptr->window |= (PW_SPELL);
 }
@@ -439,7 +437,6 @@ void do_cmd_gain_hissatsu(void)
 
        item_tester_tval = TV_HISSATSU_BOOK;
 
-       /* Get an item */
        q = _("どの書から学びますか? ", "Study which book? ");
        s = _("読める書がない。", "You have no books that you can read.");