OSDN Git Service

[Refactor] #37353 window_stuff() の直接呼出しを抑止。 / Forbid call of window_stuff() except...
[hengband/hengband.git] / src / hissatsu.c
index 0ec466b..b9f4a59 100644 (file)
@@ -293,11 +293,8 @@ static int get_hissatsu_power(SPELL_IDX *sn)
        /* Restore the screen */
        if (redraw) screen_load();
 
-       /* Show choices */
        p_ptr->window |= (PW_SPELL);
-
-       window_stuff();
-
+       handle_stuff();
 
        /* Abort if needed */
        if (!flag) return (FALSE);